[This is preliminary documentation and is subject to change.]

Validate the site administrator, Checks up the following with regards to the site administrator password
  • Whether is password is set in the database
  • Whether the password validation succeeded
This function also encrypts the administrator's password and stores it in the database

Namespace:  OfficeClip.DBLayer.Oem
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public OemDB..::.OemPasswordValidate ValidateSiteAdministrator(
	string password
)
Visual Basic (Declaration)
Public Function ValidateSiteAdministrator ( _
	password As String _
) As OemDB..::.OemPasswordValidate
Visual C++
public:
OemDB..::.OemPasswordValidate ValidateSiteAdministrator(
	String^ password
)

Parameters

password
Type: System..::.String
The clear text password

Return Value

The return value. OemDB..::.OemPasswordValidate

See Also