Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.31 KB

ConvertTo-LTSecurity.md

File metadata and controls

70 lines (48 loc) · 1.31 KB
schema
2.0.0

ConvertTo-LTSecurity

SYNOPSIS

This function encodes a value compatible with LT operations.

SYNTAX

ConvertTo-LTSecurity [-InputString] <String> [[-Key] <Object>] [<CommonParameters>]

DESCRIPTION

This function encodes the provided string using the specified or default key.

EXAMPLES

PARAMETERS

-InputString

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

-Key

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Version: 1.1

Author: Darren White

Creation Date: 1/25/2018

Purpose/Change: Initial function development

RELATED LINKS