SecKeyClass 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 kind of cryptographic key
public enum SecKeyClass
type SecKeyClass =
- Inheritance
-
SecKeyClass
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Public | 0 | Public part of a symetric key. |
Private | 1 | Private part of an asymetric key. |
Symmetric | 2 | A symetric key. |