CryptographicAttributeObjectCollection.Remove Metod

Definition

Tar bort det angivna CryptographicAttributeObject objektet från samlingen.

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)

Parametrar

attribute
CryptographicAttributeObject

Objektet CryptographicAttributeObject som ska tas bort från samlingen.

Undantag

attribute är null.

Gäller för

Se även