Signature format.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Enumeration SignatureFormat |
C# |
---|
public enum SignatureFormat |
Members
Member name | Description | |
---|---|---|
Raw |
Raw signature data.
| |
Pkcs |
DER-encoded ASN.1 form of the signature formatted according to Cryptographic Message Syntax (PKCS #7).
|