SignerInfo.Signature Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Signature
Gets the signature, or null if it is not available yet.
Declaration
public byte[] Signature { get; }
Property Value
Type | Description |
---|---|
Byte[] | The signature. |