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