Sdílet prostřednictvím


SamlAuthenticationStatement.AuthorityBindings Vlastnost

Definice

Získá další informace o předmětu.

public:
 property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ AuthorityBindings { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAuthorityBinding> AuthorityBindings { get; }
member this.AuthorityBindings : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAuthorityBinding>
Public ReadOnly Property AuthorityBindings As IList(Of SamlAuthorityBinding)

Hodnota vlastnosti

Typ IList<T>SamlAuthorityBinding , který obsahuje další informace o předmětu.

Poznámky

Vlastnost AuthorityBindings odpovídá sadě podřízených elementů <AuthorityBinding> pro <AuthenticationStatement> element, který je definován v Kontrolní výrazy a protokol pro specifikaci OASIS Security Assertion Markup Language (SAML).

Platí pro