AlterMasterKeyOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of alter master key options
[System.Serializable]
public enum AlterMasterKeyOption
[<System.Serializable>]
type AlterMasterKeyOption =
Public Enum AlterMasterKeyOption
- Inheritance
-
AlterMasterKeyOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Regenerate | 1 | |
ForceRegenerate | 2 | |
AddEncryptionByServiceMasterKey | 3 | |
AddEncryptionByPassword | 4 | |
DropEncryptionByServiceMasterKey | 5 | |
DropEncryptionByPassword | 6 |