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 对象。

适用于