2 references to CngUIPolicy
System.Security.Cryptography (2)
System\Security\Cryptography\CngKey.StandardProperties.cs (1)
377return new CngUIPolicy(uiProtectionLevel, friendlyName, description, useContext, creationTitle);
System\Security\Cryptography\CngUIPolicy.cs (1)
30: this(protectionLevel, friendlyName, description, useContext, creationTitle: null)