Gets the authentication protocol used to authenticate the local client.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasLcpAuthenticationType AuthenticationProtocol { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AuthenticationProtocol As RasLcpAuthenticationType
Get |
| Visual C++ |
|---|
public:
property RasLcpAuthenticationType AuthenticationProtocol {
RasLcpAuthenticationType get ();
} |
| F# |
|---|
member AuthenticationProtocol : RasLcpAuthenticationType with get
|
Property Value
Type:
RasLcpAuthenticationType
See Also