共用方式為


IsolatedStorageFilePermission.ToXml 方法

定義

建立權限和其目前狀態的 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

傳回

SecurityElement

權限的 XML 編碼方式,包含所有狀態資訊。

屬性

備註

方法 ToXml 可讓 IsolatedStorageFilePermission 做為 XML 編碼以供安全性之用。

適用於