Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPwsh
1.201.9.6
Public/Xpand/Get-XpandPublicKeyToken.ps1
function
Get-XpandPublicKeyToken
{
[
CmdletBinding
(
)
]
param
(
)
begin
{
}
process
{
"c52ffed5d5ff0958"
}
end
{
}
}