5 references to PUBLICKEYBLOB
mscorlib (5)
system\security\cryptography\dsacryptoserviceprovider.cs (2)
201
int blobType = includePrivateParameters ? Constants.PRIVATEKEYBLOB : Constants.
PUBLICKEYBLOB
;
389
if (keyBlob[0] != Constants.
PUBLICKEYBLOB
)
system\security\cryptography\rsacryptoserviceprovider.cs (2)
256
int blobType = includePrivateParameters ? Constants.PRIVATEKEYBLOB : Constants.
PUBLICKEYBLOB
;
492
if (keyBlob[0] != Constants.
PUBLICKEYBLOB
)
system\security\cryptography\utils.cs (1)
345
Utils.ExportCspBlob(safeKeyHandle, includePrivateParameters ? Constants.PRIVATEKEYBLOB : Constants.
PUBLICKEYBLOB
, JitHelpers.GetObjectHandleOnStack(ref blob));