SamlAuthenticationStatement.AuthorityBindings Właściwość

Definicja

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

Dotyczy