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