Key Property
The secret key.
Syntax
public byte [] getKey(); public void setKey(byte [] key);
Remarks
This property holds the secret key used when calling CalculateResponse and VerifyResponse.
This property is also used when calling CreateChallenge when ChallengeType is set to Signature.
An empty key is valid, however it is recommended to provide a key value.
Default Value
""