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 지정된 인덱스에서 개체입니다.

적용 대상

추가 정보