EncryptionPropertyCollection.Remove(EncryptionProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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 物件。