Skip to main content
Version: 4.4.0

HMACXmlSigningConfiguration Class

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

Represents the configuration of an XML signing operation using the HMAC algorithm.

public sealed class HMACXmlSigningConfiguration : XmlSigningConfiguration

Inheritance object 🡒 XmlSigningConfiguration 🡒 HMACXmlSigningConfiguration

Constructors​

NameDescription
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​

NameDescription
SignatureMethodGets or sets the signature method.
KeyMaterialGets or sets the key material. This must be non-null.