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