Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 675 Bytes

domainconnectivitylevel.md

File metadata and controls

29 lines (20 loc) · 675 Bytes
-api-id -api-type
T:Windows.Networking.Connectivity.DomainConnectivityLevel
winrt enum

DomainConnectivityLevel

-description

Defines the domain authentication status for a network connection.

-enum-fields

-field None:0

No domain controller detected on this network.

-field Unauthenticated:1

A domain controller has been detected, but the current user or local machine have not been authenticated on the domain.

-field Authenticated:2

The machine or user is authenticated on the domain connection.

-remarks

-examples

-see-also