CryptographicAttributeObjectCollection.Remove メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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 オブジェクト。
例外
attribute
が null
です。