Click or drag to resize

X509PolicyQualifierCollection Class

Represents a collection of X509PolicyQualifier objects.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKIBasicCollectionX509PolicyQualifier
    System.Security.Cryptography.X509CertificatesX509PolicyQualifierCollection

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class X509PolicyQualifierCollection : BasicCollection<X509PolicyQualifier>

The X509PolicyQualifierCollection type exposes the following members.

Constructors
  NameDescription
Public methodX509PolicyQualifierCollection
Initializes a new instance of the X509PolicyQualifierCollection class
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollectionT.
(Inherited from BasicCollectionT.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from BasicCollectionT.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from BasicCollectionT.)
Top
Methods
  NameDescription
Public methodAdd
Adds an item to the ICollectionT.
(Inherited from BasicCollectionT.)
Public methodAddRange
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.
(Inherited from BasicCollectionT.)
Public methodClear
Removes all items from the ICollectionT.
(Inherited from BasicCollectionT.)
Public methodClose
Closes current collection state and makes it read-only. The collection cannot be modified further.
Public methodContains
Determines whether the ICollectionT contains a specific value.
(Inherited from BasicCollectionT.)
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from BasicCollectionT.)
Public methodDecode
Decodes ASN.1 encoded byte array to an array of X509PolicyQualifier objects.
Public methodEncode
Encodes an array of X509PolicyQualifier to an ASN.1-encoded byte array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from BasicCollectionT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the IListT.
(Inherited from BasicCollectionT.)
Public methodInsert
Inserts an item to the IListT at the specified index.
(Inherited from BasicCollectionT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from BasicCollectionT.)
Public methodRemoveAt
Removes the IListT item at the specified index.
(Inherited from BasicCollectionT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
Explicit Interface Implementations
See Also