Sdílet prostřednictvím


SamlAuthenticationClaimResource.AuthorityBindings Vlastnost

Definice

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

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)

Hodnota vlastnosti

Typ ReadOnlyCollection<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