ConnectionProfile.NetworkSecuritySettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the security settings for the network.
public:
property NetworkSecuritySettings ^ NetworkSecuritySettings { NetworkSecuritySettings ^ get(); };
NetworkSecuritySettings NetworkSecuritySettings();
public NetworkSecuritySettings NetworkSecuritySettings { get; }
var networkSecuritySettings = connectionProfile.networkSecuritySettings;
Public ReadOnly Property NetworkSecuritySettings As NetworkSecuritySettings
Property Value
The current network security settings.