SmtpPermission.FromXml(SecurityElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的 XML 編碼方式,設定使用權限的狀態。
public:
override void FromXml(System::Security::SecurityElement ^ securityElement);
public override void FromXml (System.Security.SecurityElement securityElement);
override this.FromXml : System.Security.SecurityElement -> unit
Public Overrides Sub FromXml (securityElement As SecurityElement)
參數
- securityElement
- SecurityElement
要用於設定目前使用權限狀態的 XML 編碼方式。
例外狀況
securityElement
為 null
。
備註
這個方法是由安全性系統使用,通常不會由應用程式程式代碼呼叫。