X509CertificatePolicyCollection Class

Represents a collection of X509CertificatePolicy objects.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public class X509CertificatePolicyCollection : BasicCollection<X509CertificatePolicy>
Inheritance
Object    BasicCollection<X509CertificatePolicy>    X509CertificatePolicyCollection

Constructors

X509CertificatePolicyCollection() Initializes a new instance of the T class.
X509CertificatePolicyCollection(IEnumerable<X509CertificatePolicy>)Initializes a new instance of the X509CertificatePolicyCollection class

Properties

Count
(Inherited from BasicCollection<T>)
IsReadOnly
(Inherited from BasicCollection<T>)
Item[Int32]
(Inherited from BasicCollection<T>)
Item[String] Gets an X509CertificatePolicy object from the X509CertificatePolicyCollection object by policy's OID value or friendly name.

Methods

Add Adds an X509CertificatePolicy object to the X509CertificatePolicyCollection object.
(Overrides BasicCollection<T>.Add(T))
AddRange
(Inherited from BasicCollection<T>)
Clear
(Inherited from BasicCollection<T>)
Contains
(Inherited from BasicCollection<T>)
CopyTo
(Inherited from BasicCollection<T>)
Decode Decodes a collection of certificate policies from a ASN.1-encoded byte array.

Byte array in the rawData parameter must represent certificate policies extension value.

Encode Encodes policy collection to a ASN.1-encoded byte array. Encoded byte array represents certificate policies extension value.
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