[#CMS_RecipientInfo_ktri_get0_signer_id] = CMS_RecipientInfo_ktri_get0_signer_id :mrdocs: Get the certificate recipient identifier from a key‐transport RecipientInfo. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CMS_RecipientInfo_ktri_get0_signer_id( xref:CMS_RecipientInfo.adoc[CMS_RecipientInfo]* ri, xref:ASN1_OCTET_STRING.adoc[ASN1_OCTET_STRING]** keyid, xref:X509_NAME.adoc[X509_NAME]** issuer, xref:ASN1_INTEGER.adoc[ASN1_INTEGER]** sno); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ri* | Recipient info of type CMS_RECIPINFO_TRANS. | *keyid* | Receives the subject key identifier when that form is used, or NULL if not requested. | *issuer* | Receives the issuer name when issuerAndSerialNumber is used, or NULL if not requested. | *sno* | Receives the serial number when issuerAndSerialNumber is used, or NULL if not requested. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#