3 references to PublicKeyBlobId
Microsoft.DotNet.SignTool (3)
src\StrongName.cs (3)
683if (publicKey != PublicKeyBlobId) 782if (!(bType == PrivateKeyBlobId && magic == RSA2) && !(bType == PublicKeyBlobId && magic == RSA1)) 795snKey = CreateSnPublicKeyBlob(PublicKeyBlobId, bVersion, algId, RSA1, bitLen, pubExp, modulus);