| getsslcrlResult Structure Definition |
The getsslcrlResult structure defines the return type for getsslcrl 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. |
sslcrlList |
List of sslcrls |
| sslcrl Structure Definition |
The sslcrl structure defines the actual return type values for getsslcrl API. |
Syntax |
Members |
crlname |
Name of the CRL for which to show detailed information. |
crlpath |
The name and path to the file containing the CRL. |
inform |
The encoding format of the CRL (PEM or DER). |
cacert |
The CA certificate that issued the CRL. |
refresh |
The state of the auto refresh feature for the CRL. |
scope |
Extent of the search operation on the LDAP server.
Base: Exactly the same level as basedn
One : One level below basedn. |
server |
The IP address of the LDAP/HTTP server from which the CRLs are to be fetched. |
port |
The port of the LDAP/HTTP server. |
url |
URL of the CRL distribution point. |
method |
The method for CRL refresh (LDAP or HTTP). |
basedn |
The baseDN to be used to fetch the CRL object from the LDAP server. |
interval |
The CRL refresh interval. |
day |
The day when the CRL is to be refreshed. |
time |
The time when the CRL is to be refreshed. |
binddn |
The bindDN to be used to access the CRL object in the LDAP repository. |
password |
The password to be is used to access the CRL object in the LDAP repository. |
flags |
CRL status flag. |
lastupdatetime |
Last CRL refresh time. |
version |
CRL version. |
signaturealgo |
Signature algorithm. |
issuer |
Issuer name. |
lastupdate |
Last update time. |
nextupdate |
Next update time. |
date |
Certificate Revocation date |
number |
Certificate Serial number. |
binary |
Mode of retrieval of CRL from LDAP server. |
daystoexpiration |
Number of days remaining for the CRL to expire. |
_nextgenapiresource |
See Also |