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

プロパティ値

クライアントの SPN との照合に使用されるカスタム SPN リストを含む ServiceNameCollection

注釈

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

適用対象

こちらもご覧ください