Stores the peer's certificate for later retrieval.
Synopsis
Declared in <folly/io/async/AsyncSocketTransport.h>
void
setPeerCertificate(std::unique_ptr<AsyncTransportCertificate const> cert);
Parameters
Name |
Description |
cert |
The peer certificate to cache. |
Created with MrDocs