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 物件。

適用於