CryptographicAttributeObjectCollection.Remove Methode

Definition

Entfernt das angegebene CryptographicAttributeObject-Objekt aus der Auflistung.

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)

Parameter

attribute
CryptographicAttributeObject

Das CryptographicAttributeObject-Objekt, das aus der Auflistung entfernt werden soll.

Ausnahmen

attribute ist null.

Gilt für:

Weitere Informationen