SignedXml.XmlLicenseTransformUrl Campo

Definição

Representa o URI (Uniform Resource Identifier) do algoritmo de transformação de licença usado para normalizar licenças XrML para assinaturas.Represents the Uniform Resource Identifier (URI) for the license transform algorithm used to normalize XrML licenses for signatures.

public: System::String ^ XmlLicenseTransformUrl;
public const string XmlLicenseTransformUrl;
val mutable XmlLicenseTransformUrl : string
Public Const XmlLicenseTransformUrl As String 

Valor do campo

String

Comentários

O valor do XmlLicenseTransformUrl campo é "urn: MPEG: mpeg21:2003:01-REL-R-NS: licenseTransform"The value of the XmlLicenseTransformUrl field is "urn:mpeg:mpeg21:2003:01-REL-R-NS:licenseTransform"

Use este campo para fornecer convenientemente um valor a um dos atributos de URI de um elemento usado para XMLDSIG.Use this field to conveniently supply a value to one of the URI attributes of an element used for XMLDSIG.

A XmlLicenseTransform classe implementa a transformação descrita pelo XmlLicenseTransformUrl campo.The XmlLicenseTransform class implements the transform described by the XmlLicenseTransformUrl field.

Aplica-se a