credential_net_auth_schemes_are_secure()

Indicate whether given protocol/authentication schemes are secure.

Synopsis:

#include <sys/credential/credential_net.h>
 
bool credential_net_auth_schemes_are_secure(credential_net_protocol_mask_t protocols,
                                            credential_auth_scheme_mask_t auth_schemes)

Since:

BlackBerry 10.3.1

Arguments:

protocols

The network protocols in question.

auth_schemes

The authentication schemes in question.

Library:

libcredential (For the qcc command, use the -l bps option to link against this library)

Description:

Verify that all the authentication schemes included in the input mask are are secure.

The following schemes are considered to be secure if used over secure transport:

Returns:

true if all of the given protocol/authentication schemes are secure, false otherwise.