Méthode | Description | |
---|---|---|
GetEncryptionSettingsForDatabase ( |
||
VerifyEncryptionKey ( |
Uses an encrypted document to verify that the encryption key is correct and decodes it to the right value.
|
Méthode | Description | |
---|---|---|
EncryptedDocumentsExist ( |
||
GetEncryptIndexesFromString ( string value, bool defaultValue ) : bool | ||
GetKeyFromBase64 ( string base64 ) : byte[] |
A wrapper around Convert.FromBase64String, with extra validation and relevant exception messages.
|
|
GetTypeFromName ( string typeName ) : |
A wrapper around Type.GetType, with extra validation and a default value.
|
public static GetEncryptionSettingsForDatabase ( |
||
database | ||
Résultat | Raven.Bundles.Encryption.Settings.EncryptionSettings |
public static VerifyEncryptionKey ( |
||
database | ||
settings | Raven.Bundles.Encryption.Settings.EncryptionSettings | |
Résultat | void |