SignedXml.SignatureLength Property

Definition

Gets the length of the signature for the current SignedXml object.

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

Property Value

The length of the signature for the current SignedXml object.

Applies to