Share via


Transform.Algorithm Proprietà

Definizione

Ottiene o imposta l'URI (Uniform Resource Identifier) che identifica l'algoritmo utilizzato dalla trasformazione corrente.

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

Valore della proprietà

URI che identifica l'algoritmo eseguito dall'oggetto Transform corrente.

Commenti

Questa proprietà corrisponde all'attributo Algorithm di un elemento in una <Transform> firma XMLDSIG. Ad esempio, l'URI dell'algoritmo per la trasformazione decodifica Base64 viene definito nella specifica XMLDSIG (sezione 6.6.2).

È possibile impostare questo valore usando uno dei campi statici associati alla SignedXml classe.

Si applica a