XmlSignatureMethodType Enum
Namespace: iCore.Public.Crypto.Xml
Assembly: iCore.Public.Crypto.dll
Specifies the type of signature method used when signing an XML document.
- C#
- VB
public enum XmlSignatureMethodType : int
Public Enum XmlSignatureMethodType : Integer
Inheritance object 🡒 ValueType 🡒 Enum 🡒 XmlSignatureMethodType
Fields​
Name | Value | Description |
---|---|---|
Asymmetric | 0 | An asymmetric algorithm was used to sign the document with a private key that can be verified with a public key. |
HMAC | 1 | The XML document is signed with and HMAC key for message authentication. |