2 references to PrivateKeyBlobId
Microsoft.DotNet.SignTool (2)
src\StrongName.cs (2)
782
if (!(bType ==
PrivateKeyBlobId
&& magic == RSA2) && !(bType == PublicKeyBlobId && magic == RSA1))
787
if (bType ==
PrivateKeyBlobId
)