SmartCardCryptogramMaterialCharacteristics.AllowedValidations Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém os algoritmos de validação permitidos.
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)
Valor da propriedade
Os algoritmos de calidation permitidos.