4 references to CngUIPolicy
System.Core (1)
System.Core.cs (1)
214[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngUIPolicy))]
System.Security.Cryptography (2)
System\Security\Cryptography\Cng.NotSupported.cs (1)
116public CngUIPolicy UIPolicy => null!;
System\Security\Cryptography\CngKeyCreationParameters.cs (1)
66public CngUIPolicy? UIPolicy { get; set; }
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
23[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngUIPolicy))]