다음을 통해 공유


SymmetricKeyEncryptionType Enum

Definition

Specifies the type of encryption of a key.

public enum SymmetricKeyEncryptionType
type SymmetricKeyEncryptionType = 
Public Enum SymmetricKeyEncryptionType
Inheritance
SymmetricKeyEncryptionType

Fields

Name Value Description
SymmetricKey 0

Encrypted by symmetric key.

Certificate 1

Encrypted by certificate

Password 2

Encrypted by password

AsymmetricKey 3

Encrypted by asymmetric key.

MasterKey 4

Encrypted by master key.

Applies to