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 オブジェクト。

適用対象