IsolatedStorageFilePermission.ToXml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立權限和其目前狀態的 XML 編碼方式。
public:
override System::Security::SecurityElement ^ ToXml();
public override System.Security.SecurityElement ToXml ();
[System.Runtime.InteropServices.ComVisible(false)]
public override System.Security.SecurityElement ToXml ();
override this.ToXml : unit -> System.Security.SecurityElement
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.ToXml : unit -> System.Security.SecurityElement
Public Overrides Function ToXml () As SecurityElement
傳回
權限的 XML 編碼方式,包含所有狀態資訊。
- 屬性
備註
方法 ToXml 可讓 IsolatedStorageFilePermission 做為 XML 編碼以供安全性之用。