Class MicrosoftDnsServerZoneNSecSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Next Secure (NSEC) settings for a signed zone configured for a Microsoft DNS server.
public class MicrosoftDnsServerZoneNSecSettings : BaseTypeSection
- Inheritance
-
MicrosoftDnsServerZoneNSecSettings
Constructors
MicrosoftDnsServerZoneNSecSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZoneNSecSettings class.
public MicrosoftDnsServerZoneNSecSettings()
Properties
DenialOfExistenceType
Gets or sets the denial of existance type to use for the zone.
public MicrosoftDnsServerZoneDenialOfExistenceType DenialOfExistenceType { get; set; }
Property Value
DenialOfExistenceTypeString
Gets the denial of existance type to use for the zone as a human readable string.
public string DenialOfExistenceTypeString { get; set; }
Property Value
IsNSec3SaltConfigured
Gets whether to use salt.
public BooleanOption IsNSec3SaltConfigured { get; set; }
Property Value
NSec3RandomSaltLength
Gets or sets the NSEC3 random salt length.
public int NSec3RandomSaltLength { get; set; }
Property Value
NSec3UserSalt
Gets or sets the NSEC3 user specified salt length.
public string NSec3UserSalt { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZoneNSecSettings class from the specified XML.
public static MicrosoftDnsServerZoneNSecSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- MicrosoftDnsServerZoneNSecSettings
A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZoneNSecSettings class.
ToString()
Returns the Next Secure (NSEC) settings as a human readable string.
public override string ToString()
Returns
- string
The Next Secure (NSEC) settings as a human readable string.