SamlAuthenticationStatement.AuthorityBindings Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera dodatkowe informacje o temacie.
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)
Wartość właściwości
SamlAuthorityBinding Typ IList<T> zawierający dodatkowe informacje o temacie.
Uwagi
Właściwość AuthorityBindings odpowiada zestawowi elementów podrzędnych <AuthorityBinding>
dla <AuthenticationStatement>
elementu zdefiniowanego w specyfikacji Assertions and Protocol dla specyfikacji OASIS Security Assertion Markup Language (SAML).