Share via


CryptographicAttributeObjectCollection.Remove Metodo

Definizione

Rimuove l'oggetto CryptographicAttributeObject specificato dalla raccolta.

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)

Parametri

attribute
CryptographicAttributeObject

Oggetto CryptographicAttributeObject da rimuovere dalla raccolta.

Eccezioni

attribute è null.

Si applica a

Vedi anche