3 references to PublicKeyBlobId
Microsoft.CodeAnalysis (3)
StrongName\CryptoBlobParser.cs (3)
122if (publicKey != PublicKeyBlobId) 231if (!(bType == PrivateKeyBlobId && magic == RSA2) && !(bType == PublicKeyBlobId && magic == RSA1)) 244snKey = CreateSnPublicKeyBlob(PublicKeyBlobId, bVersion, algId, RSA1, bitLen, pubExp, modulus);