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