SmartCardCryptogramMaterialCharacteristics
SmartCardCryptogramMaterialCharacteristics
SmartCardCryptogramMaterialCharacteristics
SmartCardCryptogramMaterialCharacteristics
Class
Definition
This class contains characteristics of cryptogram material.
public : sealed class SmartCardCryptogramMaterialCharacteristics : ISmartCardCryptogramMaterialCharacteristicspublic sealed class SmartCardCryptogramMaterialCharacteristics : ISmartCardCryptogramMaterialCharacteristicsPublic NotInheritable Class SmartCardCryptogramMaterialCharacteristics Implements ISmartCardCryptogramMaterialCharacteristics// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.15063.0)
|
| API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v4)
|
Constructors
SmartCardCryptogramMaterialCharacteristics() SmartCardCryptogramMaterialCharacteristics() SmartCardCryptogramMaterialCharacteristics() SmartCardCryptogramMaterialCharacteristics()
Creates a new instance of SmartCardCryptogramMaterialCharacteristics
public : SmartCardCryptogramMaterialCharacteristics()public SmartCardCryptogramMaterialCharacteristics()Public Sub New()// You can use this method in JavaScript.
Properties
AllowedAlgorithms AllowedAlgorithms AllowedAlgorithms AllowedAlgorithms
Gets the allowed algorithms.
public : IVectorView<SmartCardCryptogramAlgorithm> AllowedAlgorithms { get; }public IReadOnlyList<SmartCardCryptogramAlgorithm> AllowedAlgorithms { get; }Public ReadOnly Property AllowedAlgorithms As IReadOnlyList<SmartCardCryptogramAlgorithm>// You can use this property in JavaScript.
- Value
- IVectorView<SmartCardCryptogramAlgorithm> IReadOnlyList<SmartCardCryptogramAlgorithm> IReadOnlyList<SmartCardCryptogramAlgorithm> IReadOnlyList<SmartCardCryptogramAlgorithm>
The allowed algorithms.
AllowedProofOfPossessionAlgorithms AllowedProofOfPossessionAlgorithms AllowedProofOfPossessionAlgorithms AllowedProofOfPossessionAlgorithms
Gets the allowed proof of allowed proof of possession algorithms.
public : IVectorView<SmartCardCryptogramMaterialPackageConfirmationResponseFormat> AllowedProofOfPossessionAlgorithms { get; }public IReadOnlyList<SmartCardCryptogramMaterialPackageConfirmationResponseFormat> AllowedProofOfPossessionAlgorithms { get; }Public ReadOnly Property AllowedProofOfPossessionAlgorithms As IReadOnlyList<SmartCardCryptogramMaterialPackageConfirmationResponseFormat>// You can use this property in JavaScript.
- Value
- IVectorView<SmartCardCryptogramMaterialPackageConfirmationResponseFormat> IReadOnlyList<SmartCardCryptogramMaterialPackageConfirmationResponseFormat> IReadOnlyList<SmartCardCryptogramMaterialPackageConfirmationResponseFormat> IReadOnlyList<SmartCardCryptogramMaterialPackageConfirmationResponseFormat>
The allowed proof of allowed proof of possession algorithms.
AllowedValidations AllowedValidations AllowedValidations AllowedValidations
Gets the allowed validation algorithms.
public : IVectorView<SmartCardCryptogramAlgorithm> AllowedValidations { get; }public IReadOnlyList<SmartCardCryptogramAlgorithm> AllowedValidations { get; }Public ReadOnly Property AllowedValidations As IReadOnlyList<SmartCardCryptogramAlgorithm>// You can use this property in JavaScript.
- Value
- IVectorView<SmartCardCryptogramAlgorithm> IReadOnlyList<SmartCardCryptogramAlgorithm> IReadOnlyList<SmartCardCryptogramAlgorithm> IReadOnlyList<SmartCardCryptogramAlgorithm>
The allowed calidation algorithms.
MaterialLength MaterialLength MaterialLength MaterialLength
Gets the material length.
public : int MaterialLength { get; }public int MaterialLength { get; }Public ReadOnly Property MaterialLength As int// You can use this property in JavaScript.
- Value
- int int int int
The material length.
MaterialName MaterialName MaterialName MaterialName
Gets the material name.
public : PlatForm::String MaterialName { get; }public string MaterialName { get; }Public ReadOnly Property MaterialName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The material name.
MaterialType MaterialType MaterialType MaterialType
Gets the material type.
public : SmartCardCryptogramMaterialType MaterialType { get; }public SmartCardCryptogramMaterialType MaterialType { get; }Public ReadOnly Property MaterialType As SmartCardCryptogramMaterialType// You can use this property in JavaScript.
ProtectionMethod ProtectionMethod ProtectionMethod ProtectionMethod
Gets the protection method.
public : SmartCardCryptogramMaterialProtectionMethod ProtectionMethod { get; }public SmartCardCryptogramMaterialProtectionMethod ProtectionMethod { get; }Public ReadOnly Property ProtectionMethod As SmartCardCryptogramMaterialProtectionMethod// You can use this property in JavaScript.
ProtectionVersion ProtectionVersion ProtectionVersion ProtectionVersion
Gets the protection version.
public : int ProtectionVersion { get; }public int ProtectionVersion { get; }Public ReadOnly Property ProtectionVersion As int// You can use this property in JavaScript.
- Value
- int int int int
The protection version.