-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get AssemblyPublicKeyToken
Apostolis Bekiaris edited this page Apr 22, 2020
·
4 revisions
Returns the PublicKeyToken of an Assembly.
Get-AssemblyPublicKeyToken -Assembly <FileInfo> [<CommonParameters>]
Get-AssemblyPublicKeyToken -Bytes <Byte[]> [<CommonParameters>]
Returns the PublicKeyToken of an Assembly.
PS C:\> Get-AssemblyPublicKeyToken .\Xpand.XAF.Modules.Reactive.dll
c52ffed5d5ff0958
{{ Fill Assembly Description }}
Type: FileInfo
Parameter Sets: File
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill Bytes Description }}
Type: Byte[]
Parameter Sets: Raw
Aliases:
Required: True
Position: Named
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.