次の方法で共有


EncryptionAlgorithm 列挙型

定義

EncryptionAlgorithm の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum EncryptionAlgorithm
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type EncryptionAlgorithm = 
Public Enum EncryptionAlgorithm
継承
EncryptionAlgorithm
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

AES256 1
None 0
RSAESPKCS1V15 2

適用対象