CryptographicAttributeObjectCollection.Item[Int32] Property

Definition

Gets the CryptographicAttributeObject object at the specified index in the collection.

public:
 property System::Security::Cryptography::CryptographicAttributeObject ^ default[int] { System::Security::Cryptography::CryptographicAttributeObject ^ get(int index); };
public System.Security.Cryptography.CryptographicAttributeObject this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.CryptographicAttributeObject
Default Public ReadOnly Property Item(index As Integer) As CryptographicAttributeObject

Parameters

index
Int32

An Int32 value that represents the zero-based index of the CryptographicAttributeObject object to retrieve.

Property Value

The CryptographicAttributeObject object at the specified index.

Applies to

See also