System.Security.Permissions.IsolatedStoragePermission.ToXml C# (CSharp) Méthode

ToXml() public méthode

public ToXml ( ) : SecurityElement
Résultat System.Security.SecurityElement
        public override SecurityElement ToXml()
        {
            return ToXml ( this.GetType().FullName );
        }
    

Same methods

IsolatedStoragePermission::ToXml ( String permName ) : SecurityElement