PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the BasicCredentials class.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public BasicCredentials(
	string userName,
	string password
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	userName As , _
	password As  _
)

Parameters

userName
String
Name of the user.
password
String
The password.

See Also

Advanced