SymmetricKeyCreationDisposition 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.
Asymmetric key creation disposition
public enum SymmetricKeyCreationDisposition
type SymmetricKeyCreationDisposition =
Public Enum SymmetricKeyCreationDisposition
- Inheritance
-
SymmetricKeyCreationDisposition
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown |
CreateNew | 1 | CreateNew |
OpenExisting | 2 | OpenExisting |