Saml2AuthenticationContext.AuthenticatingAuthorities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of zero or more unique identifiers (URIs) of authentication authorities that were involved in the authentication of the principal (not including the assertion issuer, who is presumed to have been involved without being explicitly included in the collection). [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)
Property Value
A collection of URIs that identify the authenticating authorities that were involved in the authentication of the principal.
Remarks
The AuthenticationAuthorities element.