Skip to main content
Version: 4.4.0

XmlSignatureMethodType Enum

Namespace: iCore.Public.Crypto.Xml
Assembly: iCore.Public.Crypto.dll

Specifies the type of signature method used when signing an XML document.

public enum XmlSignatureMethodType : int

Inheritance object 🡒 ValueType 🡒 Enum 🡒 XmlSignatureMethodType

Fields​

NameValueDescription
Asymmetric0An asymmetric algorithm was used to sign the document with a private key that can be verified with a public key.
HMAC1The XML document is signed with and HMAC key for message authentication.