다음을 통해 공유


SecurityTokenService.Scope 속성

정의

현재 인스턴스와 연결된 범위를 가져오거나 설정합니다.

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

속성 값

토큰 발급 요청에 대한 구성을 나타내는 Scope입니다.

적용 대상