SmartCardCryptogramMaterialCharacteristics.AllowedProofOfPossessionAlgorithms 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 proof of allowed proof of possession algorithms.
public:
property IVectorView<SmartCardCryptogramMaterialPackageConfirmationResponseFormat> ^ AllowedProofOfPossessionAlgorithms { IVectorView<SmartCardCryptogramMaterialPackageConfirmationResponseFormat> ^ get(); };
IVectorView<SmartCardCryptogramMaterialPackageConfirmationResponseFormat> AllowedProofOfPossessionAlgorithms();
public IReadOnlyList<SmartCardCryptogramMaterialPackageConfirmationResponseFormat> AllowedProofOfPossessionAlgorithms { get; }
var iVectorView = smartCardCryptogramMaterialCharacteristics.allowedProofOfPossessionAlgorithms;
Public ReadOnly Property AllowedProofOfPossessionAlgorithms As IReadOnlyList(Of SmartCardCryptogramMaterialPackageConfirmationResponseFormat)
Property Value
IVectorView<SmartCardCryptogramMaterialPackageConfirmationResponseFormat>
IReadOnlyList<SmartCardCryptogramMaterialPackageConfirmationResponseFormat>
The allowed proof of allowed proof of possession algorithms.