VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / PageEncryptionAlgorithm Property


In This Topic
    PageEncryptionAlgorithm Property
    In This Topic
    The algorithm used to encrypt database pages ("None" if not enabled, null if N/A for this database format). ()
    Syntax
    'Declaration
     
    
    ReadOnly Property PageEncryptionAlgorithm As System.String
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim value As System.String
     
    value = instance.PageEncryptionAlgorithm
    System.string PageEncryptionAlgorithm {get;}
    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