Compartir a través de


SmartCardCryptogramPlacementStep.SourceData Propiedad

Definición

Obtiene o establece los datos que se cifrarán en este paso de encadenar criptogramas.

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

Valor de propiedad

Datos de origen.

Se aplica a

Consulte también