11 references to CngUIProtectionLevels
System.Core (1)
System.Core.cs (1)
216[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngUIProtectionLevels))]
System.Security.Cryptography (9)
src\runtime\src\libraries\Common\src\Interop\Windows\NCrypt\Interop.UiPolicy.cs (1)
16public CngUIProtectionLevels dwFlags;
System\Security\Cryptography\CngKey.StandardProperties.cs (2)
330CngUIProtectionLevels uiProtectionLevel; 344uiProtectionLevel = CngUIProtectionLevels.None;
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))]