AuthenticationInformation.AuthorityBindings 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 the collection of authority bindings.
public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAuthorityBinding> AuthorityBindings { get; }
member this.AuthorityBindings : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAuthorityBinding>
Public ReadOnly Property AuthorityBindings As ICollection(Of SamlAuthorityBinding)