System::Net::Security::AuthenticationLevel enum
AuthenticationLevel enum
WebRequest-specific authentication flags.
enum class AuthenticationLevel
Values
Name | Value | Description |
---|---|---|
None | 0 | No authentication is required for the client and server. |
MutualAuthRequested | 1 | The request does not fail if the server is not authenticated. |
MutualAuthRequired | 2 | The current application will receive ‘IOException’ when the server is not authenticated. |
See Also
- Namespace System::Net::Security
- Library Aspose.PUB for C++