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 chuidData As Byte() _
)
This language is not supported or no code example is available.
public PivCardChuid(
byte[] chuidData
)
This language is not supported or no code example is available.
public:
PivCardChuid(
array< Byte >^ chuidData
)
This language is not supported or no code example is available.
Parameters
- chuidData
-
Type: byte[]
Information describing the chuid.
Exception type | Condition |
---|---|
Thrown when one or more required arguments are null. |