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과 일치하는 기본 목록을 재정의하여 지정할 수 있습니다.

적용 대상

추가 정보