Aracılığıyla paylaş


CryptographicAttributeObjectCollection.Remove Yöntem

Tanım

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.

Şunlara uygulanır

Ayrıca bkz.