SmartCardCryptogramMaterialCharacteristics.AllowedValidations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the allowed validation algorithms.
public:
property IVectorView<SmartCardCryptogramAlgorithm> ^ AllowedValidations { IVectorView<SmartCardCryptogramAlgorithm> ^ get(); };
IVectorView<SmartCardCryptogramAlgorithm> AllowedValidations();
public IReadOnlyList<SmartCardCryptogramAlgorithm> AllowedValidations { get; }
var iVectorView = smartCardCryptogramMaterialCharacteristics.allowedValidations;
Public ReadOnly Property AllowedValidations As IReadOnlyList(Of SmartCardCryptogramAlgorithm)
Property Value
The allowed calidation algorithms.