







[This is preliminary documentation and is subject to change.]
Specifies the trust level for a
network.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum NetworkCategory |
| Visual Basic (Declaration) |
|---|
Public Enumeration NetworkCategory |
| Visual C++ |
|---|
public enum class NetworkCategory |
Members
| Member name | Description | |
|---|---|---|
| Public |
The network is a public (untrusted) network.
| |
| Private |
The network is a private (trusted) network.
| |
| Authenticated |
The network is authenticated against an Active Directory domain.
|
