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