1 instantiation of CngPropertyCollection
System.Core (1)
System\Security\Cryptography\CngKeyCreationParameters.cs (1)
23
private CngPropertyCollection m_parameters = new
CngPropertyCollection
();
5 references to CngPropertyCollection
System.Core (5)
System\Security\Cryptography\CngKeyCreationParameters.cs (5)
23
private
CngPropertyCollection
m_parameters = new CngPropertyCollection();
66
public
CngPropertyCollection
Parameters {
70
Contract.Ensures(Contract.Result<
CngPropertyCollection
>() != null);
78
internal
CngPropertyCollection
ParametersNoDemand {
80
Contract.Ensures(Contract.Result<
CngPropertyCollection
>() != null);