EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.LastValidationResult

TElCMSSignature     See also    


 

This property contains the result of the last signature validation.

 
 

Declaration

[C#]
    TSBCMSAdvancedSignatureValidity LastValidationResult;

[VB.NET]
    Property LastValidationResult As TSBCMSAdvancedSignatureValidity

[Pascal]
    property LastValidationResult : TSBCMSAdvancedSignatureValidity;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Possible values:

[.NET] [Pascal] Description
casvValid = 0 casvValid signature is valid
casvSignatureCorrupted = 1 casvSignatureCorrupted signature is corrupted
casvSignerNotFound = 2 casvSignerNotFound signer not found
casvIncompleteChain = 3 casvIncompleteChain certificate chain is incomplete
casvBadCountersignature = 4 casvBadCountersignature countersignature is invalid
casvBadTimestamp = 5 casvBadTimestamp bad timestamp
casvCertificateExpired = 6 casvCertificateExpired certificate was expired
casvCertificateRevoked = 7 casvCertificateRevoked certificate was revoked
casvCertificateCorrupted = 8 casvCertificateCorrupted corrupted certificate
casvUntrustedCA = 9 casvUntrustedCA untrusted Certificate Authority
casvRevInfoNotFound = 10 casvRevInfoNotFound revocation info was not found
casvTimestampInfoNotFound = 11 casvTimestampInfoNotFound timestamp info was not found
casvFailure = 12 casvFailure general failure
casvUnknown = 13 casvUnknown unknown validity
[.NET] [Pascal]
Namespace: SBPKICommon
Assembly: SecureBlackbox
Unit: SBPKICommon

 
 

Description

    Use this property to obtain the result of the previous call to Validate method.

 
 

See also:     Validate    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation