共用方式為


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 加密。

適用於

另請參閱