CngKeyCreationParameters.UIPolicy プロパティ

定義

キーが作成またはアクセスされるときに表示する UI に関する情報を取得または設定します。

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 クラスによって表示される UI に関する詳細を格納しているオブジェクト。 null 値の場合は、KSP の既定の UI ポリシーが設定されます。

適用対象