SmartCardCryptogramGenerator.SupportedCryptogramAlgorithms 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.
Get the supported cryptogram algorithms.
public:
property IVectorView<SmartCardCryptogramAlgorithm> ^ SupportedCryptogramAlgorithms { IVectorView<SmartCardCryptogramAlgorithm> ^ get(); };
IVectorView<SmartCardCryptogramAlgorithm> SupportedCryptogramAlgorithms();
public IReadOnlyList<SmartCardCryptogramAlgorithm> SupportedCryptogramAlgorithms { get; }
var iVectorView = smartCardCryptogramGenerator.supportedCryptogramAlgorithms;
Public ReadOnly Property SupportedCryptogramAlgorithms As IReadOnlyList(Of SmartCardCryptogramAlgorithm)
Property Value
The supported algorithms.