8 references to CngUIProtectionLevels
System.Core (1)
System.Core.cs (1)
215[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngUIProtectionLevels))]
System.Security.Cryptography (6)
System\Security\Cryptography\CngUIPolicy.cs (6)
14public CngUIPolicy(CngUIProtectionLevels protectionLevel) 19public CngUIPolicy(CngUIProtectionLevels protectionLevel, string? friendlyName) 24public CngUIPolicy(CngUIProtectionLevels protectionLevel, string? friendlyName, string? description) 29public CngUIPolicy(CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext) 34public CngUIPolicy(CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext, string? creationTitle) 46public CngUIProtectionLevels ProtectionLevel { get; }
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
24[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngUIProtectionLevels))]