< Back

New-PodeCsrfToken

Sat Jan 18, 2020 7:16 pm

NAME New-PodeCsrfToken



SYNOPSIS

Creates and returns a new secure token for use with CSRF.





SYNTAX

New-PodeCsrfToken [<CommonParameters>]





DESCRIPTION

Creates and returns a new secure token for use with CSRF.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.String





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$token = New-PodeCsrfToken















RELATED LINKS