RasDialer.AuthenticationCookie Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a pointer to the authentication cookie.

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

Syntax

C#
public IntPtr AuthenticationCookie { get; set; }
Visual Basic
Public Property AuthenticationCookie As IntPtr
	Get
	Set
Visual C++
public:
property IntPtr AuthenticationCookie {
	IntPtr get ();
	void set (IntPtr value);
}
F#
member AuthenticationCookie : IntPtr with get, set

Property Value

Type: IntPtr

Remarks

Windows 7 and later: This property is available.

See Also