DatabaseLocationDesKey Property |
Gets the Des encryption key from a .des file in user Documents folder. (Environment.SpecialFolder.MyDocuments)
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public byte[] DesKey { get; set; }
Public Property DesKey As Byte()
Get
Set
public:
property array<unsigned char>^ DesKey {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member DesKey : byte[] with get, set
Property Value
Type:
ByteSee Also