SmartCardCryptogramPlacementStep.SourceData 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 data that will be encrypted in this step of chaining cryptograms.
public:
property IBuffer ^ SourceData { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer SourceData();
void SourceData(IBuffer value);
public IBuffer SourceData { get; set; }
var iBuffer = smartCardCryptogramPlacementStep.sourceData;
smartCardCryptogramPlacementStep.sourceData = iBuffer;
Public Property SourceData As IBuffer
Property Value
The source data.