iCore.Public.Crypto.Xml Namespace
The iCore.Public.Crypto.Xml namespace contains types related to XML signing and verification.
Classes
Name | Description |
---|---|
AsymmetricXmlSigningConfiguration | Represents the configuration of an XML signing operation using an asymmetric key. |
HMACXmlSigningConfiguration | Represents the configuration of an XML signing operation using the HMAC algorithm. |
XmlSigningConfiguration | Base class for the configuration specification for an XML signing operation. |
Interfaces
Name | Description |
---|---|
IXmlSignatureValidationResult | Represents the result of the verification of an XML document digital signature. |
Enums
Name | Description |
---|---|
XmlCanonicalizationMethod | Specifies the canonicalization method used when transforming an XML document. |
XmlSignatureMethodType | Specifies the type of signature method used when signing an XML document. |
XmlSignatureType | Specifies the type of an XML signature. |