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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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