AuthenticationLevel

AuthenticationLevel enum

WebRequest-specific authentication flags.

enum class AuthenticationLevel

Values

NameValueDescription
None0No authentication is required for the client and server.
MutualAuthRequested1The request does not fail if the server is not authenticated.
MutualAuthRequired2The current application will receive ‘IOException’ when the server is not authenticated.

See Also