Class SecurityAlgorithmRegistry.Metadata
Metadata on a SecurityAlgorithm.
Inherited Members
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.dll
Syntax
public class Metadata
Remarks
Used by the SecurityAlgorithmRegistry.
Properties
| Improve this Doc View SourceHashAlgorithm
The cryptographic hash algorithm to use.
Declaration
public DigestType HashAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
DigestType |
OtherNames
Other names associated with the algorithm.
Declaration
public string[] OtherNames { get; set; }
Property Value
Type | Description |
---|---|
String[] |