Share via


EncryptionPropertyCollection.Item(Int32) 메서드

정의

지정된 인덱스의 EncryptionProperty 개체를 반환합니다.

public:
 System::Security::Cryptography::Xml::EncryptionProperty ^ Item(int index);
public System.Security.Cryptography.Xml.EncryptionProperty Item (int index);
member this.Item : int -> System.Security.Cryptography.Xml.EncryptionProperty
Public Function Item (index As Integer) As EncryptionProperty

매개 변수

index
Int32

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

반환

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

적용 대상