1 write to _randomKeyContainer
System.Security.Cryptography (1)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
77
out
_randomKeyContainer
);
3 references to _randomKeyContainer
System.Security.Cryptography (3)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (3)
83
if (!
_randomKeyContainer
)
101
SafeProvHandle hProv = CapiHelper.CreateProvHandle(_parameters,
_randomKeyContainer
);
198
return new CspKeyContainerInfo(_parameters,
_randomKeyContainer
);