SecKind 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 SecRecord.
public enum SecKind
type SecKind =
- Inheritance
-
SecKind
Fields
Name | Value | Description |
---|---|---|
InternetPassword | 0 | The SecRecord stores an internet password. |
GenericPassword | 1 | The SecRecord stores a password. |
Certificate | 2 | The SecRecord represents a certificate. |
Key | 3 | The SecRecord represents a cryptographic key. |
Identity | 4 | The SecRecord represents an identity |
Remarks
A SecRecord can represent one of the following values.