API Reference > Other Classes > OdDbCrypt Class > OdDbCrypt Methods > OdDbCrypt::digitalSignatureModeLaunched Method
OdDbCrypt::digitalSignatureModeLaunched Method
Syntax
C++
virtual bool digitalSignatureModeLaunched();

Returns true if and only if trusted certificate was found during OdDbCrypt initialization. It means the signing is possible using the certificate specified by OdSecurityParams. The default implementation returns false. You should override this method when implementing the interface.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.