EncryptionPropertyCollection.Contains(EncryptionProperty) Método

Definición

Determina si el EncryptionPropertyCollection objeto contiene un objeto específico 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

Parámetros

value
EncryptionProperty

Objeto EncryptionProperty que se va a buscar en el EncryptionPropertyCollection objeto .

Devoluciones

true es si el EncryptionProperty objeto se encuentra en el EncryptionPropertyCollection objeto ; en caso contrario, falsees .

Se aplica a