다음을 통해 공유


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)

속성 값

지원되는 특성의 컬렉션입니다. 기본값은 빈 컬렉션입니다.

적용 대상