다음을 통해 공유


AuthenticationInformation.AuthorizationContexts 속성

정의

토큰을 발급할 때 인증 기관이 사용하는 AuthorizationContext를 가져옵니다.

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::AuthenticationContext ^> ^ AuthorizationContexts { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::AuthenticationContext ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.AuthenticationContext> AuthorizationContexts { get; }
member this.AuthorizationContexts : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.AuthenticationContext>
Public ReadOnly Property AuthorizationContexts As Collection(Of AuthenticationContext)

속성 값

Collection<AuthenticationContext>

권한 부여 컨텍스트를 나타내는 AuthenticationContext의 컬렉션입니다.

적용 대상