SupportedEncryptionAlgorithm Enum

Definition

The encryption algorithm used to encrypt data.

public enum SupportedEncryptionAlgorithm
type SupportedEncryptionAlgorithm = 
Public Enum SupportedEncryptionAlgorithm
Inheritance
SupportedEncryptionAlgorithm

Fields

None 0

None.

PlainText 3

PlainText.

Rsa_Oaep 2

RSA_OAEP.

Rsa1_5 1

RSA1_5.

Applies to