Navigation
Web site
Support
Table Of Contents
Error codes returned by MS Key Blob routines.
Possible values:
[Pascal]
Value
Description
SB_MSKEYBLOB_ERROR_UNSUPPORTED_BLOB_TYPE
8449 (0x2101)
Format has type that is not supported. Supported types are PRIVATEKEYBLOB and PUBLICKEYBLOB
SB_MSKEYBLOB_ERROR_INVALID_FORMAT
8450 (0x2102)
Buffer doesn't contain valid MS key blob sequence.
SB_MSKEYBLOB_ERROR_UNSUPPORTED_VERSION
8451 (0x2103)
Key version is not supported.
SB_MSKEYBLOB_ERROR_BUFFER_TOO_SMALL
8452 (0x2104)
The buffer is too small.
SB_MSKEYBLOB_ERROR_NO_PRIVATE_KEY
8453 (0x2105)
There is no private key but attempt to save it was made.
SB_MSKEYBLOB_ERROR_UNSUPPORTED_ALGORITHM
8454 (0x2106)
Key contains unsupported algorithm or certificate algorithm is DH (Diffie-Hellman).
Declared in
[.NET]
[Pascal]
Namespace: SBMSKeyBlob
Assembly: SecureBlackbox
Unit: SBMSKeyBlob