CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
ssl_policy_errors.h
1
2#pragma once
3
4#include <system/enum_helpers.h>
5
6namespace System {
7namespace Net {
8namespace Security {
9
12{
14 None = 0x0,
21};
22
25DECLARE_ENUM_OPERATORS(System::Net::Security::SslPolicyErrors);
27DECLARE_USING_GLOBAL_OPERATORS
29}}} // System::Net::Security
30
32DECLARE_USING_ENUM_OPERATORS(System::Net::Security);
Definition: authentificated_stream.h:7
SslPolicyErrors
Enumerates the policy errors of SSL.
Definition: ssl_policy_errors.h:12
@ RemoteCertificateNameMismatch
The certificate name mismatch.
@ RemoteCertificateNotAvailable
The certificate is unavailable.
@ RemoteCertificateChainErrors
The certificate chain contains errors.
Definition: db_command.h:9