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
显示文件 Open project: drorgl/MSDNSWebAdmin Class Usage Examples

Public Methods

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

Method Details

CompareTo() public method

public CompareTo ( object objA ) : int
objA object
return int

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RecordKX() public method

public RecordKX ( RecordReader rr ) : System
rr RecordReader
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool