CryptographicAttributeObjectCollection.Remove Methode

Definitie

Hiermee verwijdert u het opgegeven CryptographicAttributeObject object uit de verzameling.

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)

Parameters

attribute
CryptographicAttributeObject

Het CryptographicAttributeObject object dat uit de verzameling moet worden verwijderd.

Uitzonderingen

attribute is null.

Van toepassing op

Zie ook