SAP NetWeaver RFC SDK 7.50
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
_RFC_CERTIFICATE_DATA Struct Reference

Compact structure containing relevant information about the x509 certificate provided by the RFC client. More...

Public Attributes

const SAP_UCsubject
 Distinguished name of the user of the certificate. More...
 
const SAP_UCissuer
 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_UCsignature
 Fingerprint of the public key. More...
 
struct _RFC_CERTIFICATE_DATAnext
 Pointer to the next certificate in the chain if any. More...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: