Discuss this help topic in SecureBlackbox Forum
Specifies required key usages.
Declaration
Values:
|
TSBKeyUsage values
|
Description
Use this property to specify key usages that certificate must have.
Note, KeyUsageOptions assigning differs for VCL and .NET versions.
To enable several options in .NET use bitwise OR operation, for example
‘kuDigitalSignature | kuCRLSign | kuKeyAgreement’.