Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 858 Bytes

smartcardcryptogrammaterialtype.md

File metadata and controls

37 lines (25 loc) · 858 Bytes
-api-id -api-type
T:Windows.Devices.SmartCards.SmartCardCryptogramMaterialType
winrt enum

SmartCardCryptogramMaterialType

-description

Defines the cryptogram material type.

-enum-fields

-field None:0

The material doesn't have a data type.

-field StaticDataAuthentication:1

The material is static data for authentication.

-field TripleDes112:2

The material data is generated using TripleDes112.

-field Aes:3

The material is data that is generated using AES.

-field RsaPkcs1:4

The material is data that is generated by using RSA according to PKCS #1

-remarks

-examples

-see-also

Create an NFC Smart Card app (applies to Windows 10 Mobile only)