| getsslcipherResult Structure Definition |
The getsslcipherResult structure defines the return type for getsslcipher 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. |
sslcipherList |
List of sslciphers |
| sslcipher Structure Definition |
The sslcipher structure defines the actual return type values for getsslcipher API. |
Syntax |
Members |
ciphergroupname |
Name of the cipher group for which to show detailed information. |
sslprofile |
Name of the profile to which cipher is attached. |
description |
Cipher suite description. |
ciphername |
Cipher name. |
cipherpriority |
This indicates priority assigned to the particular cipher |
_nextgenapiresource |
cipherpriority2 |
individualciphername |
individualcipherdesc |
cipherpriority3 |
See Also |