Bagikan melalui


CryptographicAttributeObjectCollection.Remove Metode

Definisi

Menghapus objek yang ditentukan CryptographicAttributeObject dari koleksi.

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

Objek CryptographicAttributeObject yang akan dihapus dari koleksi.

Pengecualian

attributeadalah null.

Berlaku untuk

Lihat juga