RasEntry.GetEapUserData Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Retrieves user-specific Extensible Authentication Protocol (EAP) information for the specified phone book entry.

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

Syntax

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

Return Value

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

Exceptions

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

See Also