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

适用于

另请参阅