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