KeyType 列挙型

定義

Use プロパティのキーの種類を定義します。

public enum class KeyType
public enum KeyType
type KeyType = 
Public Enum KeyType
継承

フィールド

Encryption 2

キーは暗号化のために使用されます。

Signing 1

キーは署名のために使用します。

Unspecified 0

キーの種類が指定されていません。

適用対象