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 Zero or more unique identifiers 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 named here). [Saml2Core, 2.7.2.2]
public System.Collections.Generic.ICollection<Uri> AuthenticatingAuthorities { get; }
member this.AuthenticatingAuthorities : System.Collections.Generic.ICollection<Uri>
Public ReadOnly Property AuthenticatingAuthorities As ICollection(Of Uri)