Show / Hide Table of Contents

Class SecurityAlgorithmRegistry.Metadata

Metadata on a SecurityAlgorithm.

Inheritance
Object
SecurityAlgorithmRegistry.Metadata
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.dll
Syntax
public class Metadata
Remarks

Used by the SecurityAlgorithmRegistry.

Properties

| Improve this Doc View Source

HashAlgorithm

The cryptographic hash algorithm to use.

Declaration
public DigestType HashAlgorithm { get; set; }
Property Value
Type Description
DigestType
| Improve this Doc View Source

OtherNames

Other names associated with the algorithm.

Declaration
public string[] OtherNames { get; set; }
Property Value
Type Description
String[]
  • Improve this Doc
  • View Source
Back to top Generated by DocFX