SamlAuthenticationClaimResource.AuthorityBindings Właściwość

Definicja

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).

Dotyczy