EncryptionPropertyCollection.ItemOf[Int32] 속성

정의

지정된 인덱스에서 EncryptionProperty 개체를 가져오거나 설정합니다.

public:
 property System::Security::Cryptography::Xml::EncryptionProperty ^ default[int] { System::Security::Cryptography::Xml::EncryptionProperty ^ get(int index); void set(int index, System::Security::Cryptography::Xml::EncryptionProperty ^ value); };
public System.Security.Cryptography.Xml.EncryptionProperty this[int index] { get; set; }
member this.ItemOf(int) : System.Security.Cryptography.Xml.EncryptionProperty with get, set
Default Public Property ItemOf(index As Integer) As EncryptionProperty

매개 변수

index
Int32

반환할 EncryptionProperty 개체의 인덱스입니다.

속성 값

EncryptionProperty

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

적용 대상