Transform.Algorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
public string Algorithm { get; set; }
member this.Algorithm : string with get, set
Public Property Algorithm As String
Property Value
The URI that identifies the algorithm performed by the current Transform object.
Remarks
This property corresponds to the Algorithm attribute of a <Transform>
element in an XMLDSIG signature. For example, the algorithm URI for the Base64 decoding transform is defined in the XMLDSIG specification (Section 6.6.2).
You can conveniently set this value using one of the static fields associated with the SignedXml class.