SignedInfo.SignatureLength Property

Definition

Gets or sets the length of the signature for the current SignedInfo object.

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

Property Value

The length of the signature for the current SignedInfo object.

Applies to