SamlAuthenticationClaimResource.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::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ AuthorityBindings { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SamlAuthorityBinding> AuthorityBindings { get; }
member this.AuthorityBindings : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SamlAuthorityBinding>
Public ReadOnly Property AuthorityBindings As ReadOnlyCollection(Of SamlAuthorityBinding)
Wartość właściwości
SamlAuthorityBinding Typ ReadOnlyCollection<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).