次の方法で共有


IdentityProviderSingleSignOnDescriptor.SupportedAttributes プロパティ

定義

サポートされている Saml2Attribute コレクションを取得します。

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Tokens::Saml2Attribute ^> ^ SupportedAttributes { System::Collections::Generic::ICollection<System::IdentityModel::Tokens::Saml2Attribute ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute> SupportedAttributes { get; }
member this.SupportedAttributes : System.Collections.Generic.ICollection<System.IdentityModel.Tokens.Saml2Attribute>
Public ReadOnly Property SupportedAttributes As ICollection(Of Saml2Attribute)

プロパティ値

サポートされている属性のコレクション。 既定値は空のコレクションです。

適用対象