dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePermission Class / ToXml Method

In This Topic
    ToXml Method
    In This Topic
    Creates XML encoding of the security object and its current state.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function ToXml() As SecurityElement
    public override SecurityElement ToXml()

    Return Value

    XML encoding of the security object, including any state information.
    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