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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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