Transform.Algorithm Propriedade

Definição

Obtém ou define o URI (Uniform Resource Identifier) que identifica o algoritmo executado pela transformação atual.Gets or sets the Uniform Resource Identifier (URI) that identifies the algorithm performed by the current transform.

public:
 property System::String ^ Algorithm { System::String ^ get(); void set(System::String ^ value); };
public string Algorithm { get; set; }
member this.Algorithm : string with get, set
Public Property Algorithm As String

Valor da propriedade

String

O URI que identifica o algoritmo executado pelo objeto atual Transform .The URI that identifies the algorithm performed by the current Transform object.

Comentários

Essa propriedade corresponde ao Algorithm atributo de um <Transform> elemento em uma assinatura XMLDSIG.This property corresponds to the Algorithm attribute of a <Transform> element in an XMLDSIG signature. Por exemplo, o URI do algoritmo para a transformação decodificação Base64 é definido na especificação XMLDSIG (seção 6.6.2).For example, the algorithm URI for the Base64 decoding transform is defined in the XMLDSIG specification (Section 6.6.2).

Você pode definir esse valor convenientemente usando um dos campos estáticos associados à SignedXml classe.You can conveniently set this value using one of the static fields associated with the SignedXml class.

Aplica-se a