EncryptionPropertyCollection.Contains(EncryptionProperty) Yöntem

Tanım

Nesnenin EncryptionPropertyCollection belirli EncryptionProperty bir nesne içerip içermediğini belirler.

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

Parametreler

Döndürülenler

true nesne nesnesinde EncryptionPropertyEncryptionPropertyCollection bulunursa; bulunamazsa, false.

Şunlara uygulanır