Sdílet prostřednictvím


EncryptionPropertyCollection.Contains(EncryptionProperty) Metoda

Definice

Určuje, zda EncryptionPropertyCollection objekt obsahuje konkrétní EncryptionProperty objekt.

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

Parametry

value
EncryptionProperty

Objekt EncryptionProperty , který se má v objektu EncryptionPropertyCollection najít.

Návraty

true pokud se EncryptionProperty objekt v objektu EncryptionPropertyCollection najde, jinak hodnota false.

Platí pro