Share via


ExtendedProtectionPolicyElement.CustomServiceNames プロパティ

定義

この構成ポリシー要素のクライアントのサービス プロバイダー名 (SPN: Service Provider Name) と照合するために使用されるカスタム SPN リストを取得または設定します。

public:
 property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElementCollection ^ CustomServiceNames { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("customServiceNames")]
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection CustomServiceNames { get; }
[<System.Configuration.ConfigurationProperty("customServiceNames")>]
member this.CustomServiceNames : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection
Public ReadOnly Property CustomServiceNames As ServiceNameElementCollection

プロパティ値

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

属性

適用対象