Indicate whether given protocol/authentication schemes are secure.
#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)
BlackBerry 10.3.1
The network protocols in question.
The authentication schemes in question.
Verify that all the authentication schemes included in the input mask are are secure.
true if all of the given protocol/authentication schemes are secure, false otherwise.