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