4 references to CngKeyUsages
System.Core (1)
System.Core.cs (1)
209[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyUsages))]
System.Security.Cryptography (2)
System\Security\Cryptography\Cng.NotSupported.cs (1)
112public CngKeyUsages KeyUsage => default;
System\Security\Cryptography\CngKeyCreationParameters.cs (1)
34public CngKeyUsages? KeyUsage { get; set; }
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
18[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngKeyUsages))]