NetworkSecuritySettings
NetworkSecuritySettings
NetworkSecuritySettings
NetworkSecuritySettings
Class
Definition
Represents the current network security settings.
public : sealed class NetworkSecuritySettings : INetworkSecuritySettingspublic sealed class NetworkSecuritySettings : INetworkSecuritySettingsPublic NotInheritable Class NetworkSecuritySettings Implements INetworkSecuritySettings// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
NetworkAuthenticationType NetworkAuthenticationType NetworkAuthenticationType NetworkAuthenticationType
Retrieves the type of authentication used by the network.
public : NetworkAuthenticationType NetworkAuthenticationType { get; }public NetworkAuthenticationType NetworkAuthenticationType { get; }Public ReadOnly Property NetworkAuthenticationType As NetworkAuthenticationType// You can use this property in JavaScript.
- Value
- NetworkAuthenticationType NetworkAuthenticationType NetworkAuthenticationType NetworkAuthenticationType
The network authentication type.
- See Also
NetworkEncryptionType NetworkEncryptionType NetworkEncryptionType NetworkEncryptionType
Retrieves the type of encryption used by the network.
public : NetworkEncryptionType NetworkEncryptionType { get; }public NetworkEncryptionType NetworkEncryptionType { get; }Public ReadOnly Property NetworkEncryptionType As NetworkEncryptionType// You can use this property in JavaScript.
The network encryption type.
- See Also