C# Class Heijden.DNS.RecordKX

KX - Key eXchanger record

Used with some cryptographic systems (not including DNSSEC) to identify a key management agent for the associated domain-name. Note that this has nothing to do with DNS Security. It is Informational status, rather than being on the IETF standards-track. It has always had limited deployment, but is still in use.

http://tools.ietf.org/html/rfc2230

Inheritance: Record, IComparable
Afficher le fichier Open project: drorgl/MSDNSWebAdmin Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object objA ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
RecordKX ( RecordReader rr ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

CompareTo() public méthode

public CompareTo ( object objA ) : int
objA object
Résultat int

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RecordKX() public méthode

public RecordKX ( RecordReader rr ) : System
rr RecordReader
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool