CryptographicAttributeObjectCollection.Remove Metoda

Definice

Odebere zadaný CryptographicAttributeObject objekt z kolekce.

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

Objekt CryptographicAttributeObject , který se má z kolekce odebrat.

Výjimky

attribute je null.

Platí pro

Viz také