V9.3
Method
Description
Encrypts the provided string using the cryptographic service configured on the Cora SeQuence Administration site.
Syntax
ConvertTo-CoraSeQuenceEncryptedString [-Text] <String> [<CommonParameters>]
Parameters
-Text <String>
The text that should be encrypted.
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
<CommonParameters>
This function supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters.
Example
PS C:\>ConvertTo-CoraSeQuenceEncryptedString -Text "MyString"