SmartCardCryptogramMaterialProtectionMethod Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Definisce il metodo di protezione del materiale del crittogramma.
public enum class SmartCardCryptogramMaterialProtectionMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 262144)]
enum class SmartCardCryptogramMaterialProtectionMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 262144)]
public enum SmartCardCryptogramMaterialProtectionMethod
var value = Windows.Devices.SmartCards.SmartCardCryptogramMaterialProtectionMethod.none
Public Enum SmartCardCryptogramMaterialProtectionMethod
- Ereditarietà
-
SmartCardCryptogramMaterialProtectionMethod
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows Mobile Extension SDK (è stato introdotto in 10.0.15063.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (è stato introdotto in v4.0)
|
Campi
Nome | Valore | Descrizione |
---|---|---|
None | 0 | Non proteggere il materiale del cryptogramma. |
WhiteBoxing | 1 | Proteggere il materiale del cryptogramma tramite whiteboxing. |