PageInfoEncryption Property |
A
Page can be encrypted with DES or not.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic PageInfoencryptionKind Encryption { get; set; }
Public Property Encryption As PageInfoencryptionKind
Get
Set
public:
property PageInfoencryptionKind Encryption {
PageInfoencryptionKind get ();
void set (PageInfoencryptionKind value);
}
member Encryption : PageInfoencryptionKind with get, set
Property Value
Type:
PageInfoencryptionKindThe
PageInfoencryptionKind
See Also