SmartCardCryptogramStorageKeyAlgorithm 열거형

정의

암호화 스토리지 키 알고리즘을 정의합니다.

public enum class SmartCardCryptogramStorageKeyAlgorithm
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 131072)]
enum class SmartCardCryptogramStorageKeyAlgorithm
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 131072)]
public enum SmartCardCryptogramStorageKeyAlgorithm
var value = Windows.Devices.SmartCards.SmartCardCryptogramStorageKeyAlgorithm.none
Public Enum SmartCardCryptogramStorageKeyAlgorithm
상속
SmartCardCryptogramStorageKeyAlgorithm
특성

Windows 요구 사항

디바이스 패밀리
Windows Mobile Extension SDK (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v2.0에서 도입되었습니다.)

필드

None 0

스토리지 키가 암호화되지 않았습니다.

Rsa2048 1

스토리지 키는 RSA-2048로 암호화됩니다.

적용 대상

추가 정보