-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get AssemblyPublicKey
Apostolis Bekiaris edited this page Apr 26, 2020
·
4 revisions
Returns the PublicKey of an Assembly.
Get-AssemblyPublicKey [-Assembly] <FileInfo> [<CommonParameters>]
Returns the PublicKey of an Assembly.
PS C:\> Get-AssemblyPublicKey .\Xpand.XAF.Modules.Reactive.dll
0024000004800000940000000602000000240000525341310004000001000100df18f4f3de9ec490707183c78a72914070a526bfb1818e1687442b137c2bfa9bf5e8533859a8efaa62aa2ea28e03623fef5531f8dd29d74f781a9e50743172dbe8d74b0106ceddfcda17f8dd1034f2896a56e1026faa2cc0e2def8dc1f519ad13924c44f16339a57ed97981a8777c7fa6025a11e54cc694e504d462a400681c0
Get the PublicKey of the Reactive 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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.