共用方式為


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)

屬性值

AuthenticationContext 的集合,表示授權內容。

適用於