PrivateKeyEncryptionType 列挙型

定義

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

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

フィールド

名前 説明
NoKey 0

証明書にキーがない場合に返されます。

MasterKey 1

マスター キーでエンリプトされます。

Password 2

ユーザー パスワード。

Provider 3

プロバイダーによる暗号化。

適用対象