schema |
---|
2.0.0 |
This function decodes an encoded Base64 value
ConvertFrom-LTSecurity [-InputString] <String[]> [-Key <String[]>] [-Force] [<CommonParameters>]
This function decodes the provided string using the specified or default key.
This is the string to be decoded.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
This is the key used for decoding. If not provided, default values will be tried.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This forces the function to try alternate key values if decoding fails using provided key.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: True
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Version: 1.1
Author: Darren White
Creation Date: 1/25/2018
Purpose/Change: Initial function development