ExtendedProtectionPolicyElement.BuildPolicy メソッド

定義

BuildPolicy() メソッドは、ExtendedProtectionPolicy クラスで設定されているプロパティに基づいて新しい ExtendedProtectionPolicyElement インスタンスを作成します。

public:
 System::Security::Authentication::ExtendedProtection::ExtendedProtectionPolicy ^ BuildPolicy();
public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy BuildPolicy ();
member this.BuildPolicy : unit -> System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy
Public Function BuildPolicy () As ExtendedProtectionPolicy

戻り値

作成された拡張保護ポリシーを表す新しい ExtendedProtectionPolicy インスタンス。

注釈

クラス インスタンスのプロパティは、 メソッドを ExtendedProtectionPolicyElement 呼び出す前に設定する BuildPolicy 必要があります。

適用対象