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