Class MicrosoftDnsServerTrustPointCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of trust points for a Microsoft DNS server.
public class MicrosoftDnsServerTrustPointCollection : Collection<MicrosoftDnsServerTrustPoint>, IList<MicrosoftDnsServerTrustPoint>, ICollection<MicrosoftDnsServerTrustPoint>, IList, ICollection, IReadOnlyList<MicrosoftDnsServerTrustPoint>, IReadOnlyCollection<MicrosoftDnsServerTrustPoint>, IEnumerable<MicrosoftDnsServerTrustPoint>, IEnumerable
- Inheritance
-
MicrosoftDnsServerTrustPointCollection
- Implements
- Inherited Members
Constructors
MicrosoftDnsServerTrustPointCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPointCollection class.
public MicrosoftDnsServerTrustPointCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint with the specified name, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint with that name is found.
public MicrosoftDnsServerTrustPoint FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint to locate.
Returns
- MicrosoftDnsServerTrustPoint
The CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustPoint with the specified name.
FindTrustAnchorByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchor with the specified identifier in any trust point, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDnsServerTrustAnchor with that identifier is found.
public MicrosoftDnsServerTrustAnchor FindTrustAnchorByIdentifier(Guid identifier)
Parameters
identifier
GuidThe 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()