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
Exceptions
See Also