| getsslciphersuiteResult Structure Definition |
The getsslciphersuiteResult structure defines the return type for getsslciphersuite API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
sslciphersuiteList |
List of sslciphersuites |
| sslciphersuite Structure Definition |
The sslciphersuite structure defines the actual return type values for getsslciphersuite API. |
Syntax |
Members |
ciphername |
Name of the cipher suite for which to show detailed information. |
description |
Cipher suite description. |
_nextgenapiresource |
See Also |