Udostępnij za pośrednictwem


CryptographicAttributeObjectCollection.Remove Metoda

Definicja

Usuwa określony CryptographicAttributeObject obiekt z kolekcji.

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)

Parametry

attribute
CryptographicAttributeObject

Obiekt CryptographicAttributeObject do usunięcia z kolekcji.

Wyjątki

attribute to null.

Dotyczy

Zobacz też