axTLS::SSLUtil Class Reference
[C# API.]

Some global helper functions. More...

Static Public Member Functions

static int BuildMode ()
 Return the build mode of the axTLS project.
static int MaxCerts ()
 Return the number of chained certificates that the client/server supports.
static int MaxCACerts ()
 Return the number of CA certificates that the client/server supports.
static bool HasPEM ()
 Indicate if PEM is supported.
static void DisplayError (int error_code)
 Display the text string of the error.
static string Version ()
 Return the version of the axTLS project.

Detailed Description

Some global helper functions.


Member Function Documentation

static int axTLS::SSLUtil::BuildMode (  )  [inline, static]

Return the build mode of the axTLS project.

Returns:
The build mode is one of:
  • SSL_BUILD_SERVER_ONLY
  • SSL_BUILD_ENABLE_VERIFICATION
  • SSL_BUILD_ENABLE_CLIENT
  • SSL_BUILD_FULL_MODE
static int axTLS::SSLUtil::MaxCerts (  )  [inline, static]

Return the number of chained certificates that the client/server supports.

Returns:
The number of supported server certificates.
static int axTLS::SSLUtil::MaxCACerts (  )  [inline, static]

Return the number of CA certificates that the client/server supports.

Returns:
The number of supported CA certificates.
static bool axTLS::SSLUtil::HasPEM (  )  [inline, static]

Indicate if PEM is supported.

Returns:
true if PEM supported.
static void axTLS::SSLUtil::DisplayError ( int  error_code  )  [inline, static]

Display the text string of the error.

Parameters:
error_code [in] The integer error code.

Copyright © 2007 Cameron Rich