Class MicrosoftDnsServerTrustAnchorCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of trust anchors for a Microsoft DNS server.
public class MicrosoftDnsServerTrustAnchorCollection : Collection<MicrosoftDnsServerTrustAnchor>, IList<MicrosoftDnsServerTrustAnchor>, ICollection<MicrosoftDnsServerTrustAnchor>, IList, ICollection, IReadOnlyList<MicrosoftDnsServerTrustAnchor>, IReadOnlyCollection<MicrosoftDnsServerTrustAnchor>, IEnumerable<MicrosoftDnsServerTrustAnchor>, IEnumerable
- Inheritance
-
MicrosoftDnsServerTrustAnchorCollection
- Implements
- Inherited Members
Constructors
MicrosoftDnsServerTrustAnchorCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPointCollection class.
public MicrosoftDnsServerTrustAnchorCollection()
Methods
Exists(Guid)
Determines whether a trust anchor with the specified identifier exists within the collection.
public bool Exists(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchor to locate.
Returns
- bool
A System.Boolean value that indicates whether a trust anchor with the specified identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchor with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchor with that identifier is found.
public MicrosoftDnsServerTrustAnchor FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchor to locate.
Returns
- MicrosoftDnsServerTrustAnchor
The CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchor with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()