CryptographicAttributeObjectCollection.Remove Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.