ApplicationTrust.ToXml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 ApplicationTrust 物件及其目前狀態的 XML 編碼方式。
public:
virtual System::Security::SecurityElement ^ ToXml();
public System.Security.SecurityElement ToXml ();
abstract member ToXml : unit -> System.Security.SecurityElement
override this.ToXml : unit -> System.Security.SecurityElement
Public Function ToXml () As SecurityElement
傳回
安全物件的 XML 編碼方式,包含所有狀態資訊。
實作
備註
ToXml和 FromXml 方法會實作,讓ApplicationTrust物件 XML-encodable 用於安全策略。