1 write to _randomKeyContainer
mscorlib (1)
system\security\cryptography\rsacryptoserviceprovider.cs (1)
115_parameters = Utils.SaveCspParameters(CspAlgorithmType.Rsa, parameters, s_UseMachineKeyStore, ref _randomKeyContainer);
6 references to _randomKeyContainer
mscorlib (6)
system\security\cryptography\rsacryptoserviceprovider.cs (6)
122if (!_randomKeyContainer 140Utils.GetKeyPairHelper(CspAlgorithmType.Rsa, _parameters, _randomKeyContainer, _dwKeySize, ref _safeProvHandle, ref _safeKeyHandle); 176return new CspKeyContainerInfo(_parameters, _randomKeyContainer); 213_safeProvHandle = Utils.CreateProvHandle(_parameters, _randomKeyContainer); 295_safeProvHandle = Utils.CreateProvHandle(_parameters, _randomKeyContainer); 308Utils.ImportCspBlobHelper(CspAlgorithmType.Rsa, keyBlob, IsPublic(keyBlob), ref _parameters, _randomKeyContainer, ref _safeProvHandle, ref _safeKeyHandle);