Share via


SmartCardCryptogramPlacementStep.SourceData Property

Definition

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.

Applies to

See also