IPsec key storage
Defined in RFC 4025.
public class IpSecKeyRecord : DnsRecordBase
Public Class IpSecKeyRecord
Inherits DnsRecordBase
public ref class IpSecKeyRecord : public DnsRecordBase
type IpSecKeyRecord =
class
inherit DnsRecordBase
end
IpSecKeyRecord(DomainName, Int32, Byte, IpSecKeyRecordIpSecAlgorithm, DomainName, Byte) | Creates a new instance of the IpSecKeyRecord class |
IpSecKeyRecord(DomainName, Int32, Byte, IpSecKeyRecordIpSecAlgorithm, IPAddress, Byte) | Creates a new instance of the IpSecKeyRecord class |
Algorithm | Algorithm of the key |
Gateway | Address of the gateway |
GatewayType | Type of gateway |
Name |
Domain name
(Inherited from DnsMessageEntryBase) |
Precedence | Precedence of the record |
PublicKey | Binary data of the public key |
RecordClass |
Class of the record
(Inherited from DnsMessageEntryBase) |
RecordType |
Type of the record
(Inherited from DnsMessageEntryBase) |
TimeToLive |
Seconds which a record should be cached at most
(Inherited from DnsRecordBase) |
CompareTo | (Inherited from DnsRecordBase) |
Equals(DnsMessageEntryBase) | (Inherited from DnsMessageEntryBase) |
Equals(DnsRecordBase) | (Inherited from DnsRecordBase) |
Equals(Object) | (Inherited from DnsRecordBase) |
GetHashCode | (Inherited from DnsRecordBase) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString |
Returns the textual representation of a record
(Inherited from DnsRecordBase) |