2 references to CLR_PUBLICKEYONLY
mscorlib (2)
system\security\cryptography\dsacryptoserviceprovider.cs (1)
119byte[] publicKey = (byte[]) Utils._GetKeyParameter(_safeKeyHandle, Constants.CLR_PUBLICKEYONLY);
system\security\cryptography\rsacryptoserviceprovider.cs (1)
166byte[] publicKey = (byte[]) Utils._GetKeyParameter(_safeKeyHandle, Constants.CLR_PUBLICKEYONLY);