ExtendedProtectionPolicy.CustomServiceNames プロパティ

定義

クライアントの サービス プロバイダー名 (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

プロパティ値

ServiceNameCollection

クライアントの SPN との照合に使用されるカスタム SPN 一覧を格納する ServiceNameCollection

注釈

この読み取り専用プロパティは、クライアントの SPN との照合に使用されるカスタム SPN リストを示します。 既定では、サーバーは登録されたエンドポイントに従って既定の SPN リストを決定します。 SPN チェックが必要なシナリオでは、このプロパティは、コンストラクターを使用して、クライアントの SPN との照合に使用される既定のリストをオーバーライドして指定できます。

適用対象

こちらもご覧ください