다음을 통해 공유


EncryptionPropertyCollection.Contains(EncryptionProperty) 메서드

정의

EncryptionPropertyCollection 개체에 특정 EncryptionProperty 개체가 포함되어 있는지 여부를 확인합니다.

public:
 bool Contains(System::Security::Cryptography::Xml::EncryptionProperty ^ value);
public bool Contains (System.Security.Cryptography.Xml.EncryptionProperty value);
member this.Contains : System.Security.Cryptography.Xml.EncryptionProperty -> bool
Public Function Contains (value As EncryptionProperty) As Boolean

매개 변수

value
EncryptionProperty

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

반환

Boolean

EncryptionProperty 개체가 EncryptionPropertyCollection 개체에 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상