RasEntry.GetCustomAuthData Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Retrieves connection specific authentication information.

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

Syntax

C#
public byte[] GetCustomAuthData()
Visual Basic
Public Function GetCustomAuthData As Byte()
Visual C++
public:
array<unsigned char>^ GetCustomAuthData()
F#
member GetCustomAuthData : unit -> byte[] 

Return Value

Type: array<Byte>[]()[][]
A byte array containing the authentication information, otherwise a null reference (Nothing in Visual Basic).

Remarks

This information is not specific to a particular user.

Exceptions

Exception Condition
System..::..InvalidOperationException The entry is not associated with a phone book.

See Also