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