VistaDB 6
VistaDB.Provider Namespace / VistaDBDataPermission Class / FromXml Method
The XML encoding to use to reconstruct the security object.


In This Topic
    FromXml Method
    In This Topic
    Reconstructs a security object with a specified state from an XML encoding.
    Syntax
    'Declaration
     
    
    Public Sub FromXml( _
       ByVal securityElement As System.Security.SecurityElement _
    ) 
    'Usage
     
    
    Dim instance As VistaDBDataPermission
    Dim securityElement As System.Security.SecurityElement
     
    instance.FromXml(securityElement)
    public void FromXml( 
       System.Security.SecurityElement securityElement
    )

    Parameters

    securityElement
    The XML encoding to use to reconstruct the security object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also