|
SAP NetWeaver RFC SDK 7.50
|
Compact structure containing relevant information about the x509 certificate provided by the RFC client. More...
Public Attributes | |
| const SAP_UC * | subject |
| Distinguished name of the user of the certificate. More... | |
| const SAP_UC * | issuer |
| Distinguished name of the certificate authority (CA) that issued the certificate. More... | |
| SAP_ULLONG | validTo |
| UTC Expiration date on which the certificate is no longer considered valid. More... | |
| SAP_ULLONG | validFrom |
| UTC Starting date since the certificate is valid. More... | |
| const SAP_UC * | signature |
| Fingerprint of the public key. More... | |
| struct _RFC_CERTIFICATE_DATA * | next |
| Pointer to the next certificate in the chain if any. More... | |
Compact structure containing relevant information about the x509 certificate provided by the RFC client.
Can be accessed by the authentication handler (RFC_ON_AUTHENTICATION_CHECK) and used for validating the user trying to log on.
Definition at line 381 of file sapnwrfc.h.
| const SAP_UC* _RFC_CERTIFICATE_DATA::issuer |
Distinguished name of the certificate authority (CA) that issued the certificate.
Definition at line 383 of file sapnwrfc.h.
| struct _RFC_CERTIFICATE_DATA* _RFC_CERTIFICATE_DATA::next |
Pointer to the next certificate in the chain if any.
Definition at line 387 of file sapnwrfc.h.
| const SAP_UC* _RFC_CERTIFICATE_DATA::signature |
Fingerprint of the public key.
Definition at line 386 of file sapnwrfc.h.
| const SAP_UC* _RFC_CERTIFICATE_DATA::subject |
Distinguished name of the user of the certificate.
Definition at line 382 of file sapnwrfc.h.
| SAP_ULLONG _RFC_CERTIFICATE_DATA::validFrom |
UTC Starting date since the certificate is valid.
Definition at line 385 of file sapnwrfc.h.
| SAP_ULLONG _RFC_CERTIFICATE_DATA::validTo |
UTC Expiration date on which the certificate is no longer considered valid.
Definition at line 384 of file sapnwrfc.h.