다음을 통해 공유


SecurityTokenServiceConfiguration.SecurityTokenService 속성

정의

STS(보안 토큰 서비스)의 Type을 가져오거나 설정합니다.

public:
 property Type ^ SecurityTokenService { Type ^ get(); void set(Type ^ value); };
public Type SecurityTokenService { get; set; }
member this.SecurityTokenService : Type with get, set
Public Property SecurityTokenService As Type

속성 값

보안 토큰 서비스의 형식입니다. 형식은 SecurityTokenService 클래스에서 파생되어야 합니다.

예외

지정된 값을 SecurityTokenService로 할당할 수 없는 경우

지정한 값이 null인 경우

설명

에 지정 된 클래스를 SecurityTokenService 속성의 형식 매개 변수를 사용 하는 생성자를 구현 해야 SecurityTokenServiceConfiguration합니다.

적용 대상

추가 정보