Constructor.
Namespace:
CardWerk.SmartCard.CardModule.PIV
Assembly: CardWerk.SmartCard.CardModule.PIV (in CardWerk.SmartCard.CardModule.PIV.dll)
Assembly: CardWerk.SmartCard.CardModule.PIV (in CardWerk.SmartCard.CardModule.PIV.dll)
Public Sub New( _
ByVal printedInformationData As Byte() _
)
This language is not supported or no code example is available.
public PivCardPrintedInformation(
byte[] printedInformationData
)
This language is not supported or no code example is available.
public:
PivCardPrintedInformation(
array< Byte >^ printedInformationData
)
This language is not supported or no code example is available.
Parameters
- printedInformationData
-
Type: byte[]
Information describing the printed information.
Exception type | Condition |
---|---|
Thrown when one or more required arguments are null. |