CngUIPolicy コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CngUIPolicy クラスの新しいインスタンスを初期化します。
オーバーロード
CngUIPolicy(CngUIProtectionLevels) |
指定した保護レベルを使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。 |
CngUIPolicy(CngUIProtectionLevels, String) |
指定した保護レベルと表示名を使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。 |
CngUIPolicy(CngUIProtectionLevels, String, String) |
指定した保護レベル、表示名、および説明を使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。 |
CngUIPolicy(CngUIProtectionLevels, String, String, String) |
指定した保護レベル、表示名、説明文字列、および使用コンテキストを使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。 |
CngUIPolicy(CngUIProtectionLevels, String, String, String, String) |
指定した保護レベル、表示名、説明文字列、使用コンテキスト、およびタイトルを使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。 |
CngUIPolicy(CngUIProtectionLevels)
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
指定した保護レベルを使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels)
パラメーター
- protectionLevel
- CngUIProtectionLevels
保護レベルを示す列挙値のビットごとの組み合わせ。
注釈
このコンストラクターは、UI プロンプト シナリオのキーの保護レベルを設定します。
適用対象
CngUIPolicy(CngUIProtectionLevels, String)
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
指定した保護レベルと表示名を使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String)
パラメーター
- protectionLevel
- CngUIProtectionLevels
保護レベルを示す列挙値のビットごとの組み合わせ。
- friendlyName
- String
UI プロンプトで使用するキーの表示名。 既定の名前を使用する場合は、null 文字列を指定します。
適用対象
CngUIPolicy(CngUIProtectionLevels, String, String)
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
指定した保護レベル、表示名、および説明を使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName, System::String ^ description);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String, description As String)
パラメーター
- protectionLevel
- CngUIProtectionLevels
保護レベルを示す列挙値のビットごとの組み合わせ。
- friendlyName
- String
UI プロンプトで使用するキーの表示名。 既定の名前を使用する場合は、null 文字列を指定します。
- description
- String
キーのすべてテキストによる説明。 既定の説明を使用する場合は、null 文字列を指定します。
適用対象
CngUIPolicy(CngUIProtectionLevels, String, String, String)
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
指定した保護レベル、表示名、説明文字列、および使用コンテキストを使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName, System::String ^ description, System::String ^ useContext);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string * string * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String, description As String, useContext As String)
パラメーター
- protectionLevel
- CngUIProtectionLevels
保護レベルを示す列挙値のビットごとの組み合わせ。
- friendlyName
- String
UI プロンプトで使用するキーの表示名。 既定の名前を使用する場合は、null 文字列を指定します。
- description
- String
キーのすべてテキストによる説明。 既定の説明を使用する場合は、null 文字列を指定します。
- useContext
- String
キーの使用方法についての説明。 既定の説明を使用する場合は、null 文字列を指定します。
適用対象
CngUIPolicy(CngUIProtectionLevels, String, String, String, String)
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
- ソース:
- CngUIPolicy.cs
指定した保護レベル、表示名、説明文字列、使用コンテキスト、およびタイトルを使用して、CngUIPolicy クラスの新しいインスタンスを初期化します。
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName, System::String ^ description, System::String ^ useContext, System::String ^ creationTitle);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext, string? creationTitle);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string * string * string * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String, description As String, useContext As String, creationTitle As String)
パラメーター
- protectionLevel
- CngUIProtectionLevels
保護レベルを示す列挙値のビットごとの組み合わせ。
- friendlyName
- String
UI プロンプトで使用するキーの表示名。 既定の名前を使用する場合は、null 文字列を指定します。
- description
- String
キーのすべてテキストによる説明。 既定の説明を使用する場合は、null 文字列を指定します。
- useContext
- String
キーの使用方法についての説明。 既定の説明を使用する場合は、null 文字列を指定します。
- creationTitle
- String
UI プロンプトを提供するダイアログ ボックスのタイトル。 既定のタイトルを使用する場合は、null 文字列を指定します。
適用対象
.NET