schema |
---|
2.0.0 |
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.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This is the key used for encoding. If not provided, a default value will be used.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
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