2 references to PrivateKeyBlobId
Microsoft.CodeAnalysis (2)
StrongName\CryptoBlobParser.cs (2)
231if (!(bType == PrivateKeyBlobId && magic == RSA2) && !(bType == PublicKeyBlobId && magic == RSA1)) 236if (bType == PrivateKeyBlobId)