We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80be5e8 commit 36f34b6Copy full SHA for 36f34b6
1 file changed
scripts/verify-sign.ps1
@@ -60,6 +60,9 @@ function Verify-Assemblies
60
elseif ($signature.SignerCertificate.Subject -eq "CN=Microsoft 3rd Party Application Component, O=Microsoft Corporation, L=Redmond, S=Washington, C=US") {
61
Write-Debug "Valid ($($signature.SignerCertificate.Thumbprint)): $Path [3rd Party]"
62
}
63
+ elseif ($signature.SignerCertificate.Subject -eq "CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US") {
64
+ Write-Debug "Valid ($($signature.SignerCertificate.Thumbprint)): $Path [3rd Party]"
65
+ }
66
else {
67
# For legacy components, sign certificate is always "prod" signature. Skip such binaries.
68
if ($signature.SignerCertificate.Thumbprint -eq "98ED99A67886D020C564923B7DF25E9AC019DF26") {
0 commit comments