HMACXmlSigningConfiguration Class
Namespace: iCore.Public.Crypto.Xml
Assembly: iCore.Public.Crypto.dll
Represents the configuration of an XML signing operation using the HMAC algorithm.
- C#
- VB
public sealed class HMACXmlSigningConfiguration : XmlSigningConfiguration
Public NotInheritable Class HMACXmlSigningConfiguration
Inherits XmlSigningConfiguration
Inheritance object 🡒 XmlSigningConfiguration 🡒 HMACXmlSigningConfiguration
Constructors​
Name | Description |
---|---|
HMACXmlSigningConfiguration() | Initializes a new instance of the HMACXmlSigningConfiguration class. |
HMACXmlSigningConfiguration(iCore.Public.Crypto.CryptographicHashFunctionType, iCore.Public.Crypto.IHMACKeyMaterial) | Initializes a new instance of the HMACXmlSigningConfiguration class. |
Properties​
Name | Description |
---|---|
SignatureMethod | Gets or sets the signature method. |
KeyMaterial | Gets or sets the key material. This must be non-null. |