RtsCryptoKeyType (ENUM)ΒΆ
TYPE RtsCryptoKeyType :
- Attributes:
qualified_only
- InOut:
Name
Initial
Comment
KeyType_Key
0
The key is directly available. Stored in a RTS_BYTESTRING. Use this for symmetric keys.
KeyType_CertHandle
1
The key is identified by a handle to the certificat. Only used for asymmetric keys.
KeyType_CertContent
2
The key is identified by the certificate context. Not used.