get_native
Description:
Gets a pointer to native credentials of type native_type
from this.
It is a programming error (which will cause a warning to be logged) to use this method if there is no
Credentials support for the OS or if native_type
isn't supported by the
OS.
Parameters:
this |
A Credentials. |
native_type |
The type of native credentials to get. |
Returns:
The pointer to native credentials or null if there is no
Credentials support for the OS or if |