PrivateKeyEncryptionType 열거형

정의

키의 암호화 유형을 지정합니다.

public enum PrivateKeyEncryptionType
type PrivateKeyEncryptionType = 
Public Enum PrivateKeyEncryptionType
상속
PrivateKeyEncryptionType

필드

Name Description
NoKey 0

인증서에 키가 없는 경우 반환됩니다.

MasterKey 1

마스터 키로 암호화됩니다.

Password 2

사용자 암호입니다.

Provider 3

공급자별 암호화.

적용 대상