GacIdentityPermission.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
。
備註
FromXml方法會GacIdentityPermission從物件所SecurityElement定義的 XML 編碼建立 。 ToXml使用 方法來 XML 編碼 GacIdentityPermission,包括狀態資訊。