3 references to PRIVATEKEYBLOB
System.Security.Cryptography (3)
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\CapiHelper.Windows.cs (1)
1011int dwBlobType = includePrivateParameters ? PRIVATEKEYBLOB : PUBLICKEYBLOB;