Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ remote_subject
Method
remote_subject
cpp/src/ssl.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
std::string ssl::remote_subject() const {
52
const char *s = pn_ssl_get_remote_subject(object_);
53
return s ? std::string(s) : std::string();
54
}
55
56
57
} // namespace
Callers
3
on_connection_open
Method · 0.45
on_connection_open
Method · 0.45
on_connection_open
Method · 0.45
Calls
1
pn_ssl_get_remote_subject
Function · 0.50
Tested by
no test coverage detected