RasPppInfo.AuthenticationData Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the authentication data used by the local client.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasLcpAuthenticationDataType AuthenticationData { get; }
Visual Basic
Public ReadOnly Property AuthenticationData As RasLcpAuthenticationDataType
	Get
Visual C++
public:
property RasLcpAuthenticationDataType AuthenticationData {
	RasLcpAuthenticationDataType get ();
}
F#
member AuthenticationData : RasLcpAuthenticationDataType with get

Property Value

Type: RasLcpAuthenticationDataType

See Also