1 write to _randomKeyContainer
System.Security.Cryptography (1)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
63
out
_randomKeyContainer
);
3 references to _randomKeyContainer
System.Security.Cryptography (3)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (3)
69
if (!
_randomKeyContainer
)
87
SafeProvHandle hProv = CapiHelper.CreateProvHandle(_parameters,
_randomKeyContainer
);
184
return new CspKeyContainerInfo(_parameters,
_randomKeyContainer
);