KeyType Enum

Definition

Defines the key types for the Use property.

public enum class KeyType
public enum KeyType
type KeyType = 
Public Enum KeyType
Inheritance

Fields

Encryption 2

The key is used for encryption.

Signing 1

The key is used for signing.

Unspecified 0

The key type is not specified.

Applies to