LocalCredentialParse Method

Parses the domain and user name from a string in the form 'user,password'.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
C#
public static LocalCredential Parse(
	string value
)

Parameters

value  String
The value to parse.

Return Value

LocalCredential
An instance of the LocalCredential class.

Exceptions

ArgumentNullExceptionvalue is .
FormatExceptionvalue is not in a valid format.

See Also