1 write to _randomKeyContainer
mscorlib (1)
system\security\cryptography\dsacryptoserviceprovider.cs (1)
75_parameters = Utils.SaveCspParameters(CspAlgorithmType.Dss, parameters, s_UseMachineKeyStore, ref _randomKeyContainer);
6 references to _randomKeyContainer
mscorlib (6)
system\security\cryptography\dsacryptoserviceprovider.cs (6)
82if (!_randomKeyContainer || Environment.GetCompatibilityFlag(CompatibilityFlag.EagerlyGenerateRandomAsymmKeys)) 95Utils.GetKeyPairHelper(CspAlgorithmType.Dss, _parameters, _randomKeyContainer, _dwKeySize, ref _safeProvHandle, ref _safeKeyHandle); 129return new CspKeyContainerInfo(_parameters, _randomKeyContainer); 162_safeProvHandle = Utils.CreateProvHandle(_parameters, _randomKeyContainer); 231_safeProvHandle = Utils.CreateProvHandle(_parameters, _randomKeyContainer); 240Utils.ImportCspBlobHelper(CspAlgorithmType.Dss, keyBlob, IsPublic(keyBlob), ref _parameters, _randomKeyContainer, ref _safeProvHandle, ref _safeKeyHandle);