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

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

반품

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

적용 대상