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