共用方式為


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)

屬性值

支援的屬性的集合。 預設為空集合。

適用於