SignedXml.SignatureMethod Property

Definition

Gets the signature method of the current SignedXml object.

public:
 property System::String ^ SignatureMethod { System::String ^ get(); };
public string SignatureMethod { get; }
public string? SignatureMethod { get; }
member this.SignatureMethod : string
Public ReadOnly Property SignatureMethod As String

Property Value

The signature method of the current SignedXml object.

Remarks

The SignatureMethod property represents the <SignatureMethod> element of an XML digital signature using a Uniform Resource Identifier (URI) string contained within the property. The <SignatureMethod> element is a subelement of the <SignedInfo> element.

Use the SignatureMethod property to retrieve the <SignatureMethod> URI used by the SignedXml object. This property is read only. For more information about programmatically specifying a URI for the <SignatureMethod> element, see the SignatureMethod property.

For more information about the <SignatureMethod> element, see the XMLDSIG specification.

Applies to