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