XmlSigningConfiguration Class
Namespace: iCore.Public.Crypto.Xml
Assembly: iCore.Public.Crypto.dll
Base class for the configuration specification for an XML signing operation.
- C#
- VB
public abstract class XmlSigningConfiguration
Public MustInherit Class XmlSigningConfiguration
Inheritance object 🡒 XmlSigningConfiguration
Derived
↳AsymmetricXmlSigningConfiguration
↳ HMACXmlSigningConfiguration
Properties​
Name | Description |
---|---|
SignatureType | Gets or sets the type of the signature. |
CanonicalizationMethod | Gets or sets the canonicalization method to use. |
ReferenceDigestMethod | Gets or sets the reference digest method to use. |
KeyName | Gets or sets the key name to include in the signature. |