# Remove-STFAuthenticationServiceProtocol
Remove a protocol from the Authentication service
Syntax
Remove-STFAuthenticationServiceProtocol [-Name] <String[]> [-AuthenticationService] <AuthenticationService> [<CommonParameters>]
Detailed Description
Remove a protocol from the specified Authentication service.
Related Commands
- Get-STFAuthenticationProtocolsAvailable
- Enable-STFAuthenticationServiceProtocol
- Disable-STFAuthenticationServiceProtocol
- Add-STFAuthenticationServiceProtocol
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Name | The name of the authentication protocol | true | false | |
AuthenticationService | The Authentication service to add the protocol to | true | true (ByValue) |
Input Type
System.String[]
Parameter Name: The .NET System.String
reference type
Citrix.StoreFront.Model.Authentication.AuthenticationService
Parameter AuthenticationService: A .NET class representing the configuration of a StoreFront Authentication service
Return Values
None
Examples
EXAMPLE 1 Remove the HttpBasic authentication protocol
$authentication = Get-STFAuthenticationService Remove-STFAuthenticationServiceProtocol -AuthenticationService $authentication -Name HttpBasic
REMARKS
Removes the HttpBasic authentication protocol from the $authentication service