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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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