Saml2AuthenticationContext.AuthenticatingAuthorities プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プリンシパルの認証にかかわった認証機関の 0 個以上の一意の ID (URI) のコレクションを取得します (アサーションの発行元は含みません、これらはコレクションに明示的に含まれなくても含まれるものと想定されます)。 [Saml2Core, 2.7.2.2]
public:
property System::Collections::ObjectModel::Collection<Uri ^> ^ AuthenticatingAuthorities { System::Collections::ObjectModel::Collection<Uri ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Uri> AuthenticatingAuthorities { get; }
member this.AuthenticatingAuthorities : System.Collections.ObjectModel.Collection<Uri>
Public ReadOnly Property AuthenticatingAuthorities As Collection(Of Uri)
プロパティ値
プリンシパルの認証に関係した認証機関を識別する URI のコレクション。
注釈
AuthenticationAuthorities 要素。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET