Storefront Powershell SDK 2402

Get-STFExplicitAuthenticator

Get the password validator

Syntax

Get-STFExplicitAuthenticator [-AuthenticationService] <AuthenticationService> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Gets the password validator configuration.

Parameters

Name Description Required? Pipeline Input Default Value
AuthenticationService The Authentication service for which Password Validator settings will be output. true true (ByValue)  

Input Type

Citrix.StoreFront.Model.Authentication.AuthenticationService

Parameter AuthenticationService: A .NET class representing the configuration of a StoreFront Authentication service

Return Values

String

The .NET System.String reference type

Examples

EXAMPLE 1 Get Password Validator settings

$auth = Get-STFAuthenticationService
Get-STFExplicitAuthenticator -AuthenticationService $auth
<!--NeedCopy-->

REMARKS

Get the password validator settings for the Authentication service.

Get-STFExplicitAuthenticator