CapyKit/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetValidCharacterComposition.md

1.1 KiB

GetValidCharacterComposition Method

Static method that returns a valid character composition based on the given ValidCharacterCollection parameters.

Definition

Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.0

C#

private static string GetValidCharacterComposition(
	params ValidCharacterCollection[] validCharacters
)

F#

private static member GetValidCharacterComposition : 
        validCharacters : ValidCharacterCollection[] -> string 

Parameters

  ValidCharacterCollection[]
An array of ValidCharacterCollection enumeration values representing the desired character sets.

Return Value

String
A string containing all the characters from the specified character sets.

See Also

Reference

SecurityHelper Class
CapyKit.Helpers Namespace