RasEntry.UpdateCustomAuthData Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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: Boolean
true if the operation was successful, otherwise false.

Exceptions

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

See Also