NetworkSecuritySettings.NetworkAuthenticationType Property

Definition

Retrieves the type of authentication used by the network.

public:
 property NetworkAuthenticationType NetworkAuthenticationType { NetworkAuthenticationType get(); };
NetworkAuthenticationType NetworkAuthenticationType();
public NetworkAuthenticationType NetworkAuthenticationType { get; }
var networkAuthenticationType = networkSecuritySettings.networkAuthenticationType;
Public ReadOnly Property NetworkAuthenticationType As NetworkAuthenticationType

Property Value

The network authentication type.

Applies to

See also