Share via


ReferenceList.Item(Int32) 메서드

정의

지정된 인덱스의 DataReference 또는 KeyReference 개체를 반환합니다.

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

매개 변수

index
Int32

반환할 DataReference 또는 KeyReference 개체의 인덱스입니다.

반환

지정된 인덱스의 DataReference 또는 KeyReference 개체입니다.

적용 대상