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