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

プロパティ値

キーの作成時またはアクセス時に Cryptography Next Generation (CNG) クラスによって表示されるユーザー インターフェイスに関する詳細を含むオブジェクト。 null値は、キー ストレージ プロバイダーの既定のユーザー インターフェイス ポリシーが設定されていることを示します。

適用対象