Set encryption key for KDP, customer key encryption

Namespace: BasicCard.BasicCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
protected void SetCustomerKey(
	byte[] key
)
Visual Basic
Protected Sub SetCustomerKey ( 
	key As Byte()
)
Visual C++
protected:
void SetCustomerKey(
	array<unsigned char>^ key
)
F#
member SetCustomerKey : 
        key : byte[] -> unit 

Parameters

key
Type: array<System..::..Byte>[]()[][]
encryption key

See Also