PolicyEnrollEndpointUriCollection Class

Represents a collection of enrollment web service (CES) URL collection.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public class PolicyEnrollEndpointUriCollection : BasicCollection<PolicyEnrollEndpointUri>
Inheritance
Object    BasicCollection<PolicyEnrollEndpointUri>    PolicyEnrollEndpointUriCollection

Constructors

PolicyEnrollEndpointUriCollection() Initializes a new instance of the T class.
PolicyEnrollEndpointUriCollection(IEnumerable<PolicyEnrollEndpointUri>)Initializes a new instance of the PolicyEnrollEndpointUriCollection class

Properties

Count
(Inherited from BasicCollection<T>)
IsReadOnly
(Inherited from BasicCollection<T>)
Item
(Inherited from BasicCollection<T>)

Methods

Add
(Inherited from BasicCollection<T>)
AddRange
(Inherited from BasicCollection<T>)
Clear
(Inherited from BasicCollection<T>)
Contains
(Inherited from BasicCollection<T>)
CopyTo
(Inherited from BasicCollection<T>)
DsEncode Encodes a collection of enrollment web service URLs to an Active Directory compatible format.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator
(Inherited from BasicCollection<T>)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
IndexOf
(Inherited from BasicCollection<T>)
Insert
(Inherited from BasicCollection<T>)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from BasicCollection<T>)
RemoveAt
(Inherited from BasicCollection<T>)
ToString
(Inherited from Object)

Fields

InternalList Gets internal list.
(Inherited from BasicCollection<T>)

See Also