ExtendedProtectionPolicy.CustomServiceNames プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアントの サービス プロバイダー名 (SPN) との照合に使用されるカスタム SPN リストを取得します。
public:
property System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ CustomServiceNames { System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ get(); };
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection? CustomServiceNames { get; }
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection CustomServiceNames { get; }
member this.CustomServiceNames : System.Security.Authentication.ExtendedProtection.ServiceNameCollection
Public ReadOnly Property CustomServiceNames As ServiceNameCollection
プロパティ値
クライアントの SPN との照合に使用されるカスタム SPN 一覧を格納する ServiceNameCollection 。
注釈
この読み取り専用プロパティは、クライアントの SPN との照合に使用されるカスタム SPN リストを示します。 既定では、サーバーは登録されたエンドポイントに従って既定の SPN リストを決定します。 SPN チェックが必要なシナリオでは、このプロパティは、コンストラクターを使用して、クライアントの SPN との照合に使用される既定のリストをオーバーライドして指定できます。