EncryptionPropertyCollection.IndexOf(EncryptionProperty) 메서드

정의

EncryptionPropertyCollection 개체에서 특정 항목의 인덱스를 확인합니다.

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

매개 변수

value
EncryptionProperty

EncryptionProperty 개체에서 찾을 EncryptionPropertyCollection 개체입니다.

반환

Int32

컬렉션에 value가 있으면 해당 값의 인덱스이고, 그렇지 않으면 -1입니다.

적용 대상