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 オブジェクト。

戻り値

EncryptionProperty オブジェクトが EncryptionPropertyCollection オブジェクトに存在する場合は true。それ以外の場合は false

適用対象