SmartCardCryptogramGenerator.SupportedCryptogramMaterialPackageFormats 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 supported cryptogram material package formats.
public:
property IVectorView<SmartCardCryptogramMaterialPackageFormat> ^ SupportedCryptogramMaterialPackageFormats { IVectorView<SmartCardCryptogramMaterialPackageFormat> ^ get(); };
IVectorView<SmartCardCryptogramMaterialPackageFormat> SupportedCryptogramMaterialPackageFormats();
public IReadOnlyList<SmartCardCryptogramMaterialPackageFormat> SupportedCryptogramMaterialPackageFormats { get; }
var iVectorView = smartCardCryptogramGenerator.supportedCryptogramMaterialPackageFormats;
Public ReadOnly Property SupportedCryptogramMaterialPackageFormats As IReadOnlyList(Of SmartCardCryptogramMaterialPackageFormat)
Property Value
The supported cryptogram material package formats.