EncryptionPropertyCollection.Contains(EncryptionProperty) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Determina se o EncryptionPropertyCollection objeto contém um 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
O EncryptionProperty objeto a localizar dentro do EncryptionPropertyCollection objeto.
Devoluções
true se o EncryptionProperty objeto for encontrado no EncryptionPropertyCollection objeto; caso contrário, false.