We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f34b6 commit b9dfa22Copy full SHA for b9dfa22
1 file changed
scripts/verify-sign.ps1
@@ -60,9 +60,6 @@ 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