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

EncryptionPropertyEncryptionPropertyCollection 对象中删除的对象。

适用于