This function encodes a value compatible with LT operations.
ConvertTo-LTSecurity [-InputString] <String> [[-Key] <Object>] [<CommonParameters>]This function encodes the provided string using the specified or default key.
This is the string to be encoded.
Required true
Position 1
Default value
Accept pipeline input false
Accept wildcard characters false
This is the key used for encoding. If not provided, a default value will be used.
Required false
Position 2
Default value
Accept pipeline input false
Accept wildcard characters false
Version: 1.1
Author: Darren White
Creation Date: 1/25/2018
Purpose/Change: Initial function development