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

Gets a random password by matching a list of adjectives and nouns from the passwordCombination.xml file. Please refer to the OfficeClip level 1 customization help in order to customize the values of the randomly generated passwords.

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

Syntax

C#
public string GetRandomPassword(
	OCResources ocr
)
Visual Basic (Declaration)
Public Function GetRandomPassword ( _
	ocr As OCResources _
) As String
Visual C++
public:
String^ GetRandomPassword(
	OCResources^ ocr
)

Parameters

ocr
Type: OfficeClip.Utils..::.OCResources
The OfficeClip Resource object.

Return Value

Randomly generated password string.

See Also