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
。