Updates the user-specific Extensible Authentication Protocol (EAP) information in the registry.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public bool UpdateEapUserData(
byte[] data
) |
Visual Basic |
---|
Public Function UpdateEapUserData (
data As Byte()
) As Boolean |
Visual C++ |
---|
public:
bool UpdateEapUserData(
array<unsigned char>^ data
) |
F# |
---|
member UpdateEapUserData :
data : byte[] -> bool
|
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
A byte array containing the EAP data.
Return Value
Type:
Booleantrue if the operation was successful, otherwise
false.
Exceptions
See Also