CryptographicAttributeObjectCollection.Remove 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.
Remove o objeto especificado CryptographicAttributeObject da coleção.
public:
void Remove(System::Security::Cryptography::CryptographicAttributeObject ^ attribute);
public void Remove(System.Security.Cryptography.CryptographicAttributeObject attribute);
member this.Remove : System.Security.Cryptography.CryptographicAttributeObject -> unit
Public Sub Remove (attribute As CryptographicAttributeObject)
Parâmetros
- attribute
- CryptographicAttributeObject
O CryptographicAttributeObject objeto a remover da coleção.
Exceções
attribute é null.