CryptographicAttributeObjectCollection.Remove Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen CryptographicAttributeObject nesneyi koleksiyondan kaldırır.
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)
Parametreler
- attribute
- CryptographicAttributeObject
CryptographicAttributeObject Koleksiyondan kaldırılacak nesne.
Özel durumlar
attribute, null değeridir.