XmlSignatureType Enum
Namespace: iCore.Public.Crypto.Xml
Assembly: iCore.Public.Crypto.dll
Specifies the type of an XML signature.
- C#
- VB
public enum XmlSignatureType : int
Public Enum XmlSignatureType : Integer
Inheritance object 🡒 ValueType 🡒 Enum 🡒 XmlSignatureType
Fields​
Name | Value | Description |
---|---|---|
Enveloped | 4 | The signature is an enveloped signature, meaning that it is used to sign some part of its containing document. |
Enveloping | 2 | The signature is an enveloping signature, meaning that the signature contains the signed data within itself. |