CryptographicAttributeObjectCollection.Remove Méthode

Définition

Supprime l'objet CryptographicAttributeObject spécifié de la collection.

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)

Paramètres

attribute
CryptographicAttributeObject

Objet CryptographicAttributeObject à supprimer de la collection.

Exceptions

attribute a la valeur null.

S’applique à

Voir aussi