SecKind Enum
Definition
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.