4 references to PUBLICKEYBLOB
System.Security.Cryptography (4)
System\Security\Cryptography\CapiHelper.DSA.Shared.cs (1)
303bw.Write((byte)(isPrivate ? PRIVATEKEYBLOB : PUBLICKEYBLOB)); // BLOBHEADER.bType
System\Security\Cryptography\CapiHelper.Shared.cs (1)
109bw.Write((byte)(isPrivate ? PRIVATEKEYBLOB : PUBLICKEYBLOB)); // BLOBHEADER.bType
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
306if (keyBlob[0] != CapiHelper.PUBLICKEYBLOB)
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (1)
352if (keyBlob[0] != CapiHelper.PUBLICKEYBLOB)