RasLcpInfo.AuthenticationProtocol Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the authentication protocol used to authenticate the 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