EncryptionPropertyCollection.Remove(EncryptionProperty) メソッド

定義

EncryptionProperty オブジェクト内で最初に見つかった特定の EncryptionPropertyCollection オブジェクトを削除します。

public:
 void Remove(System::Security::Cryptography::Xml::EncryptionProperty ^ value);
public void Remove (System.Security.Cryptography.Xml.EncryptionProperty value);
member this.Remove : System.Security.Cryptography.Xml.EncryptionProperty -> unit
Public Sub Remove (value As EncryptionProperty)

パラメーター

value
EncryptionProperty

EncryptionProperty オブジェクトから削除する EncryptionPropertyCollection オブジェクト。

適用対象