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です。

適用対象

こちらもご覧ください