Navigation
Web site
Support
Table Of Contents
Error codes returned by S/MIME routines.
Possible values:
[.NET]
[Pascal]
Description
smeUnknown = 1 (0x0001)
smeUnknown
handler can not work because of its incorrect use.
smeSignaturePartNotFound = 2 (0x0002)
smeSignaturePartNotFound
part with the signature has not been found.
smeBodyPartNotFound = 4 (0x0004)
smeBodyPartNotFound
message part does not have body.
smeInvalidSignature = 8 (0x0008)
smeInvalidSignature
signature is incorrect for clear-type format signature.
smeSigningCertificateMismatch = 16 (0x0010)
smeSigningCertificateMismatch
signature is correct but does not correspond to sender.
smeEncryptingCertificateMismatch = 32 (0x0020)
smeEncryptingCertificateMismatch
decryption is successful but certificate does not belong to sender.
Declared in
[.NET]
[Pascal]
Namespace: SBSMIMECore
Assembly: SecureBlackbox.SMIME
Unit: SBSMIMECore