Saml2AuthenticationContext.AuthenticatingAuthorities Egenskap

Definition

Hämtar en samling med noll eller fler unika identifierare (URI:er) för autentiseringsmyndigheter som var inblandade i autentiseringen av huvudkontot (inklusive utfärdaren av försäkran, som antas ha varit inblandad utan att uttryckligen ingå i samlingen). [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)

Egenskapsvärde

En samling URI:er som identifierar de autentiserande myndigheter som var inblandade i autentiseringen av huvudkontot.

Kommentarer

Elementet AuthenticationAuthorities.

Gäller för