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.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
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