SignerInfo.GetSignature Method

Definition

Retrieves the signature for the current SignerInfo object.

public:
 cli::array <System::Byte> ^ GetSignature();
public byte[] GetSignature ();
member this.GetSignature : unit -> byte[]
Public Function GetSignature () As Byte()

Returns

Byte[]

The signature for the current SignerInfo object.

Applies to