NetworkInformationPermission.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
, SecurityElement 其中包含用來設定目前許可權狀態的 XML 編碼。
例外狀況
securityElement
為 null
。
securityElement
不是使用權限編碼方式。
-或-
securityElement
不是 NetworkInformationPermission 的編碼方式。
-或-
securityElement
含有無效的 NetworkInformationAccess 值。
備註
這個方法是由安全性系統使用,通常不會由應用程式程式代碼呼叫。