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