Skip to content

Get AssemblyPublicKey

Apostolis Bekiaris edited this page Apr 22, 2020 · 4 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-AssemblyPublicKey

SYNOPSIS

Returns the PublicKey of an Assembly.

SYNTAX

Get-AssemblyPublicKey [-Assembly] <FileInfo> [<CommonParameters>]

DESCRIPTION

Returns the PublicKey of an Assembly.

EXAMPLES

Example 1

PS C:\>  Get-AssemblyPublicKey .\Xpand.XAF.Modules.Reactive.dll
0024000004800000940000000602000000240000525341310004000001000100df18f4f3de9ec490707183c78a72914070a526bfb1818e1687442b137c2bfa9bf5e8533859a8efaa62aa2ea28e03623fef5531f8dd29d74f781a9e50743172dbe8d74b0106ceddfcda17f8dd1034f2896a56e1026faa2cc0e2def8dc1f519ad13924c44f16339a57ed97981a8777c7fa6025a11e54cc694e504d462a400681c0

PARAMETERS

-Assembly

{{ Fill Assembly Description }}

Type: FileInfo
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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

System.IO.FileInfo

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally