5 references to _GetKeyParameter
mscorlib (5)
system\security\cryptography\dsacryptoserviceprovider.cs (2)
119
byte[] publicKey = (byte[]) Utils.
_GetKeyParameter
(_safeKeyHandle, Constants.CLR_PUBLICKEYONLY);
137
byte[] keySize = (byte[]) Utils.
_GetKeyParameter
(_safeKeyHandle, Constants.CLR_KEYLEN);
system\security\cryptography\rsacryptoserviceprovider.cs (2)
166
byte[] publicKey = (byte[]) Utils.
_GetKeyParameter
(_safeKeyHandle, Constants.CLR_PUBLICKEYONLY);
184
byte[] keySize = (byte[]) Utils.
_GetKeyParameter
(_safeKeyHandle, Constants.CLR_KEYLEN);
system\security\cryptography\utils.cs (1)
407
byte[] algid = (byte[]) Utils.
_GetKeyParameter
(TempFetchedKeyHandle, Constants.CLR_ALGID);