Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Cryptography.​AsnEncodedDataCollection
Assembly: System.Security.Cryptography
Inheritance: object → AsnEncodedDataCollection
Represents a collection of <see cref="T:System.Security.Cryptography.AsnEncodedData" /> objects. This class cannot be inherited.
Properties
public
int
Count
Gets the number of <see cref="T:System.Security.Cryptography.AsnEncodedData" /> objects in a collection.
public
bool
IsSynchronized
Gets a value that indicates whether access to the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object is thread safe.
public
AsnEncodedData
Item
public
object
SyncRoot
Gets an object that can be used to synchronize access to the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object.
Methods
public
int
Add​(AsnEncodedData asnEncodedData)
asnEncodedData
The <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object to add to the collection.
Returns The index of the added <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object.
Adds an <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object to the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object.
public
void
CopyTo​(AsnEncodedData[] array,
int index)
array
The array that the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object is to be copied into.
index
The location where the copy operation starts.
Copies the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object into an array.
public
AsnEncodedDataEnumerator
GetEnumerator​() Returns An <see cref="T:System.Security.Cryptography.AsnEncodedDataEnumerator" /> object.
Returns an <see cref="T:System.Security.Cryptography.AsnEncodedDataEnumerator" /> object that can be used to navigate the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object.
public
void
Remove​(AsnEncodedData asnEncodedData)
asnEncodedData
The <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object to remove.
Removes an <see cref="T:System.Security.Cryptography.AsnEncodedData" /> object from the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection" /> object.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object