Skip to main content
Version: 4.4.0

XmlSignatureType Enum

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

Specifies the type of an XML signature.

public enum XmlSignatureType : int

Inheritance object 🡒 ValueType 🡒 Enum 🡒 XmlSignatureType

Fields​

NameValueDescription
Enveloped4The signature is an enveloped signature, meaning that it is used to sign some part of its containing document.
Enveloping2The signature is an enveloping signature, meaning that the signature contains the signed data within itself.