Edit

Share via


SecKeyClass Enum

Definition

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.

Applies to