v7.4.15
Migrate `WinTrust` functions to a common location (#17598)
Fix `Get-AuthenticodeSignature -Content` to not roundtrip the bytes to a Unicode string and then back to bytes (#18774)
Replace `BitConverter.ToString` with `Convert.ToHexString` where appropriate (#19216)
Revert "Add password confirmation in Get-Credential (#12782)" (#13372)
Use new Windows signature APIs from `Microsoft.Security.Extensions` package (#17159)
Replace ArgumentNullException(nameof()) -> ArgumentNullException.ThrowIfNull() (#18784)
Apply the `InlineAsTypeCheck` rule in the engine code - 1st pass (#19692)
Remove `ArchitectureSensitiveAttribute` from the code base (#18598)
[release/v7.4] Fallback to AppLocker after `WldpCanExecuteFile` (#25229)