CngKeyCreationParameters.UIPolicy 属性

定义

获取或设置有关创建或访问密钥时显示的用户界面的信息。

public:
 property System::Security::Cryptography::CngUIPolicy ^ UIPolicy { System::Security::Cryptography::CngUIPolicy ^ get(); void set(System::Security::Cryptography::CngUIPolicy ^ value); };
public System.Security.Cryptography.CngUIPolicy UIPolicy { get; set; }
public System.Security.Cryptography.CngUIPolicy? UIPolicy { get; set; }
member this.UIPolicy : System.Security.Cryptography.CngUIPolicy with get, set
Public Property UIPolicy As CngUIPolicy

属性值

CngUIPolicy

一个对象,该对象包含有关创建或访问密钥时由下一代加密技术 (CNG) 类显示的用户界面的详细信息。 一个 null 值,该值指示已设置密钥存储提供程序的默认用户界面策略。

适用于