dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePermission Class / FromXml Method
The XML encoding used to reconstruct the security object.

In This Topic
    FromXml Method
    In This Topic
    Reconstructs a security object with the specified state from XML encoding.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub FromXml( _
       ByVal passedElement As SecurityElement _
    ) 
    public override void FromXml( 
       SecurityElement passedElement
    )

    Parameters

    passedElement
    The XML encoding used to reconstruct the security object.
    Remarks
    Custom code that extends security objects need to implement the ToXml and FromXml methods to make the objects security-encodable.
    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