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