The members of System.Security.Cryptography.CryptographicAttributeObjectCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Security.Cryptography.CryptographicAttributeObjectCollection class. | ||
Initializes a new instance of the System.Security.Cryptography.CryptographicAttributeObjectCollection class, adding a specified System.Security.Cryptography.CryptographicAttributeObject to the collection. |
| [read-only] | Count | int.
Gets the number of items in the collection. |
| [read-only] | IsSynchronized | bool.
Gets a value that indicates whether access to the collection is synchronized, or thread safe. |
| [read-only] default property | Item(int) | CryptographicAttributeObject. Documentation for this section has not yet been entered. |
| [read-only] | SyncRoot | object.
Gets an object object used to synchronize access to the collection. |
Add(AsnEncodedData)
| ||
Add(CryptographicAttributeObject)
| ||
CopyTo(CryptographicAttributeObject[], int)
| ||
GetEnumerator()
| ||
Remove(CryptographicAttributeObject)
| ||
| ICollection.CopyTo |
Copies the elements of this System.Security.Cryptography.CryptographicAttributeObjectCollection collection to an Array array, starting at a particular index. | |
| IEnumerable.GetEnumerator |
Returns an enumerator that iterates through the System.Security.Cryptography.CryptographicAttributeObjectCollection collection. |