Entry point for credential initialization and administration as defined in PIV End-Point Client-Application Programming Interface of SP 800-73-3. This method adds header and trailer data necessary for PIV data containers. Make sure to have proper authentication in place to store new certificates.

Namespace: CardWerk.SmartCard.CardModule.PIV
Assembly: CardWerk.SmartCard.CardModule.PIV (in CardWerk.SmartCard.CardModule.PIV.dll)

Public Function PutData( _ 
ByVal vbObjectId As Byte(), _ 
ByVal data As Byte() _ 
) As Boolean
This language is not supported or no code example is available.
public bool PutData( 
byte[] vbObjectId
byte[] data 
)
This language is not supported or no code example is available.
public:  
bool PutData( 
array< Byte >^ vbObjectId
array< Byte >^ data 
)
This language is not supported or no code example is available.
public function PutData( 
vbObjectId : byte[], 
data : byte[] 
) : boolean;
This language is not supported or no code example is available.

Parameters

vbObjectId
Type: byte[]

Object ID as defined in PIV standard.

data
Type: byte[]

raw data without header and footer info.

Return Value

Type: bool

true if data was written successfully to card.

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0

.NET Standard

Supported in: 2.0