API Reference > Other Classes > OdCryptoServices Class > OdCryptoServices Methods > OdCryptoServices::newCryptSignMessagePara Method
OdCryptoServices::newCryptSignMessagePara Method
Syntax
C++
virtual OdCryptSignMessageParaPtr newCryptSignMessagePara(const OdCertificateObjectPtr& pCertObj, const OdSubjectKeyIdAttribPtr& pSubjectKeyIdAttr) = 0;
Parameters 
Description 
const OdCertificateObjectPtr& pCertObj 
[in] reference to certificate object pointer.  
const OdSubjectKeyIdAttribPtr& pSubjectKeyIdAttr 
[in] reference to attribute object pointer (pointer itself may be NULL due to attribute is optional). 

Returns created signature parameters.

Creates signature parameters object using certificate and attribute Subject Key Identifier. 

 

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