KeyEncryptionType 列挙型

定義

キーの暗号化の種類を指定します。

public enum KeyEncryptionType
type KeyEncryptionType = 
Public Enum KeyEncryptionType
継承
KeyEncryptionType

フィールド

名前 説明
SymmetricKey 0
Certificate 1
Password 2
AsymmetricKey 3
Provider 4

適用対象