Edit

Share via


SecKind Enum

Definition

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.

Applies to