CryptographicAttributeObjectCollection.Remove Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.