Class MicrosoftDnsServerSigningKeyCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of signing keys for a Microsoft DNS server zone.
public class MicrosoftDnsServerSigningKeyCollection : Collection<MicrosoftDnsServerSigningKey>, IList<MicrosoftDnsServerSigningKey>, ICollection<MicrosoftDnsServerSigningKey>, IList, ICollection, IReadOnlyList<MicrosoftDnsServerSigningKey>, IReadOnlyCollection<MicrosoftDnsServerSigningKey>, IEnumerable<MicrosoftDnsServerSigningKey>, IEnumerable
- Inheritance
-
MicrosoftDnsServerSigningKeyCollection
- Implements
- Inherited Members
Constructors
MicrosoftDnsServerSigningKeyCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKeyCollection class.
public MicrosoftDnsServerSigningKeyCollection()
Methods
Exists(Guid)
Determines whether the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with the specified identifier exists within the collection.
public bool Exists(Guid identifier)
Parameters
identifierGuidThe unique identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with the specified identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with that identifier is found.
public MicrosoftDnsServerSigningKey FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe unique identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey to locate.
Returns
- MicrosoftDnsServerSigningKey
The CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with the specified identifier.
FindByKeyType(MicrosoftDnsServerSigningKeyType)
Returns a new CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKeyCollection containing the keys of the specified type.
public MicrosoftDnsServerSigningKeyCollection FindByKeyType(MicrosoftDnsServerSigningKeyType keyType)
Parameters
keyTypeMicrosoftDnsServerSigningKeyTypeThe type of signing key to locate.
Returns
- MicrosoftDnsServerSigningKeyCollection
A new CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKeyCollection containing the keys of the specified type.
Sort()
Sorts the values in the collection.
public void Sort()