1 instantiation of CngPropertyCollection
System.Security.Cryptography (1)
System\Security\Cryptography\CngKeyCreationParameters.cs (1)
18Parameters = new CngPropertyCollection();
3 references to CngPropertyCollection
System.Core (1)
System.Core.cs (1)
211[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngPropertyCollection))]
System.Security.Cryptography (1)
System\Security\Cryptography\CngKeyCreationParameters.cs (1)
39public CngPropertyCollection Parameters { get; }
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
20[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngPropertyCollection))]