CryptographicAttributeObjectCollection.Item[Int32] 속성

정의

컬렉션의 지정된 인덱스에 해당하는 CryptographicAttributeObject 개체를 가져옵니다.

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

매개 변수

index
Int32

검색할 Int32 개체의 인덱스(0부터 시작)를 나타내는 CryptographicAttributeObject 값입니다.

속성 값

CryptographicAttributeObject

지정된 인덱스의 CryptographicAttributeObject 개체입니다.

적용 대상

추가 정보