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