Entry point for credential initialization and administration as defined in PIV End-Point Client-Application Programming Interface SP 800-73-3. Generates a public/private key pair.

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

Public Function GenerateKeyPair( _ 
ByVal keyReference As Byte, _ 
ByVal algorithmIdentifier As Byte
) As Byte()
This language is not supported or no code example is available.
public byte[] GenerateKeyPair( 
byte keyReference
byte algorithmIdentifier 
)
This language is not supported or no code example is available.
public:  
array< Byte >^ GenerateKeyPair( 
Byte keyReference
Byte algorithmIdentifier 
)
This language is not supported or no code example is available.
public function GenerateKeyPair( 
keyReference : byte
algorithmIdentifier : byte 
) : byte[];
This language is not supported or no code example is available.

Parameters

keyReference
Type: byte

key references other than '80' and '81', if they are used for card management operations.

algorithmIdentifier
Type: byte

Identifier for the algorithm.

Return Value

Type: byte[]

An array of byte.

.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