ApplicationTrust.FromXml(SecurityElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 XML 編碼方式的指定狀態重建 ApplicationTrust 物件。
public:
virtual void FromXml(System::Security::SecurityElement ^ element);
public void FromXml (System.Security.SecurityElement element);
abstract member FromXml : System.Security.SecurityElement -> unit
override this.FromXml : System.Security.SecurityElement -> unit
Public Sub FromXml (element As SecurityElement)
參數
- element
- SecurityElement
用來重建 ApplicationTrust 物件的 XML 編碼方式。
實作
例外狀況
element
為 null
。
用於 element
的 XML 編碼方式無效。
備註
重要
使用不信任的資料呼叫此方法,會造成安全性上的風險。 呼叫此方法時,請一律使用信任的資料。 如需詳細資訊,請參閱 驗證所有輸入。
ToXml和 FromXml 方法會實作,讓ApplicationTrust物件 XML-encodable 用於安全策略。