CryptographicAttributeObjectCollection.Remove 方法

定義

從集合中移除指定的 CryptographicAttributeObject 物件。

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)

參數

attribute
CryptographicAttributeObject

要從集合移除的 CryptographicAttributeObject 物件。

例外狀況

attributenull

適用於

另請參閱