The members of System.Security.Cryptography.AsnEncodedDataCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Security.Cryptography.AsnEncodedDataCollection class. | ||
Initializes a new instance of the System.Security.Cryptography.AsnEncodedDataCollection class and adds an System.Security.Cryptography.AsnEncodedData object to the collection. |
| [read-only] | Count | int.
Gets the number of System.Security.Cryptography.AsnEncodedData objects in a collection. |
| [read-only] | IsSynchronized | bool.
Gets a value that indicates whether access to the System.Security.Cryptography.AsnEncodedDataCollection object is thread safe. |
| [read-only] default property | Item(int) | AsnEncodedData. Documentation for this section has not yet been entered. |
| [read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Security.Cryptography.AsnEncodedDataCollection object. |
Add(AsnEncodedData)
| ||
CopyTo(AsnEncodedData[], int)
| ||
GetEnumerator()
| ||
Remove(AsnEncodedData)
| ||
| ICollection.CopyTo |
Copies the System.Security.Cryptography.AsnEncodedDataCollection object into an array. | |
| IEnumerable.GetEnumerator |
Returns an System.Security.Cryptography.AsnEncodedDataEnumerator object that can be used to navigate the System.Security.Cryptography.AsnEncodedDataCollection object. |