EncryptionPropertyCollection.Contains(EncryptionProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 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
。