SmartCardCryptogramPlacementStep.CryptogramPlacementOptions 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 or sets the cryptogram placement options.
public:
property SmartCardCryptogramPlacementOptions CryptogramPlacementOptions { SmartCardCryptogramPlacementOptions get(); void set(SmartCardCryptogramPlacementOptions value); };
SmartCardCryptogramPlacementOptions CryptogramPlacementOptions();
void CryptogramPlacementOptions(SmartCardCryptogramPlacementOptions value);
public SmartCardCryptogramPlacementOptions CryptogramPlacementOptions { get; set; }
var smartCardCryptogramPlacementOptions = smartCardCryptogramPlacementStep.cryptogramPlacementOptions;
smartCardCryptogramPlacementStep.cryptogramPlacementOptions = smartCardCryptogramPlacementOptions;
Public Property CryptogramPlacementOptions As SmartCardCryptogramPlacementOptions
Property Value
The cryptogram placement options.