SmartCardTriggerDetails.TriggerData 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 smart card trigger data.
public:
property IBuffer ^ TriggerData { IBuffer ^ get(); };
IBuffer TriggerData();
public IBuffer TriggerData { get; }
var iBuffer = smartCardTriggerDetails.triggerData;
Public ReadOnly Property TriggerData As IBuffer
Property Value
The smart card trigger data.