Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
A file Containing types used to control dns redirection. More...
#include "mip/mip_namespace.h"
Go to the source code of this file.
Enumerations | |
enum class | DnsRedirection : unsigned int { Disabled = 0 , MDEDiscovery = 1 << 0 } |
Storage type for the caches. More... | |
Functions | |
DnsRedirection | operator| (DnsRedirection lhs, DnsRedirection rhs) |
A file Containing types used to control dns redirection.
Definition in file dns_redirection.h.
|
strong |
Storage type for the caches.
Enumerator | |
---|---|
Disabled | Dns redirect is disabled. |
MDEDiscovery | MDE DNS. Uses DNS query _rmsdisco._http._tcp. This mode is the default |
Definition at line 43 of file dns_redirection.h.
|
inline |
Definition at line 48 of file dns_redirection.h.