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)
122
if (!
_randomKeyContainer
140
Utils.GetKeyPairHelper(CspAlgorithmType.Rsa, _parameters,
_randomKeyContainer
, _dwKeySize, ref _safeProvHandle, ref _safeKeyHandle);
176
return new CspKeyContainerInfo(_parameters,
_randomKeyContainer
);
213
_safeProvHandle = Utils.CreateProvHandle(_parameters,
_randomKeyContainer
);
295
_safeProvHandle = Utils.CreateProvHandle(_parameters,
_randomKeyContainer
);
308
Utils.ImportCspBlobHelper(CspAlgorithmType.Rsa, keyBlob, IsPublic(keyBlob), ref _parameters,
_randomKeyContainer
, ref _safeProvHandle, ref _safeKeyHandle);