次の方法で共有


SupportedEncryptionAlgorithm 列挙型

定義

データの暗号化に使用される暗号化アルゴリズム。

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

フィールド

None 0

[なし] :

PlainText 3

プレーン テキスト。

Rsa_Oaep 2

RSA_OAEP。

Rsa1_5 1

RSA1_5。

適用対象