Ninja Database Pro
SchemaEncryptionPassword Property



KellermanSoftware.NinjaDatabasePro Namespace > NinjaDbPro Class : SchemaEncryptionPassword Property
Encrypt the external schema file. The Schema Encryption Password will be required to retrieve the schema. By default, the Schema is not encrypted.
Syntax
Public Property SchemaEncryptionPassword As String
Dim instance As NinjaDbPro
Dim value As String
 
instance.SchemaEncryptionPassword = value
 
value = instance.SchemaEncryptionPassword
public string SchemaEncryptionPassword {get; set;}
public:
property String^ SchemaEncryptionPassword {
   String^ get();
   void set (    String^ value);
}
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

Reference

NinjaDbPro Class
NinjaDbPro Members