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

適用於