Click or drag to resize

CharacterGroup(String, Int32) Constructor

Creates a new instance of the CharacterGroup class.

Namespace: GSF.Security.Cryptography
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public CharacterGroup(
	string characters,
	int minOccurrence
)
View Source

Parameters

characters  String
String representing the characters in the character group.
minOccurrence  Int32
The minimum number of occurrences of this character group in the password.
See Also