[This is preliminary documentation and is subject to change.]
Namespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
IEnumerable<PasswordRepresentation> GeneratePassword(
PasswordFamily family,
PasswordRepresentationType type,
PasswordStrengthLevel level = PasswordStrengthLevel.Default
)
IEnumerable<PasswordRepresentation> GeneratePassword(
PasswordFamily family,
PasswordRepresentationType type,
PasswordStrengthLevel level = PasswordStrengthLevel.Default
)
Function GeneratePassword (
family As PasswordFamily,
type As PasswordRepresentationType,
Optional level As PasswordStrengthLevel = PasswordStrengthLevel.Default
) As IEnumerable(Of PasswordRepresentation)
Function GeneratePassword (
family As PasswordFamily,
type As PasswordRepresentationType,
Optional level As PasswordStrengthLevel = PasswordStrengthLevel.Default
) As IEnumerable(Of PasswordRepresentation)
IEnumerable<PasswordRepresentation^>^ GeneratePassword(
PasswordFamily family,
PasswordRepresentationType type,
PasswordStrengthLevel level = PasswordStrengthLevel::Default
)
IEnumerable<PasswordRepresentation^>^ GeneratePassword(
PasswordFamily family,
PasswordRepresentationType type,
PasswordStrengthLevel level = PasswordStrengthLevel::Default
)
abstract GeneratePassword :
family : PasswordFamily *
type : PasswordRepresentationType *
?level : PasswordStrengthLevel
(* Defaults:
let _level = defaultArg level PasswordStrengthLevel.Default
*)
-> IEnumerable<PasswordRepresentation>
abstract GeneratePassword :
family : PasswordFamily *
type : PasswordRepresentationType *
?level : PasswordStrengthLevel
(* Defaults:
let _level = defaultArg level PasswordStrengthLevel.Default
*)
-> IEnumerable<PasswordRepresentation>
Return Value
Type:
IEnumerable PasswordRepresentation