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