KeyProtectionLevel 열거형

정의

키 보호 수준을 지정합니다. 이 열거형 형식은 CertificateRequestProperties 개체의 KeyProtectionLevel 속성에 사용됩니다.

public enum class KeyProtectionLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class KeyProtectionLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum KeyProtectionLevel
var value = Windows.Security.Cryptography.Certificates.KeyProtectionLevel.noConsent
Public Enum KeyProtectionLevel
상속
KeyProtectionLevel
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

ConsentOnly 1

프라이빗 키를 만들거나 사용할 때 사용자에게 대화 상자를 통해 알림을 받습니다.

ConsentWithFingerprint 3

키를 만들거나 사용할 때 키에 대한 지문 확인을 입력하라는 메시지가 사용자에게 표시됩니다.

ConsentWithPassword 2

키를 만들거나 사용할 때 키에 대한 암호를 입력하라는 메시지가 사용자에게 표시됩니다.

NoConsent 0

강력한 키 보호가 없습니다.

적용 대상

추가 정보