Share via


SamlAssertion.Statements 속성

정의

SAML 어설션과 연결된 SAML 설명의 집합을 가져옵니다.

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

속성 값

SAML 어설션과 연결된 SAML 설명을 포함하는 IList<T> 형식의 SamlStatement입니다.

설명

SamlAssertion 를 사용하여 SAML 어설션과 연결된 SAML 문을 설정하거나 속성이 일 때 IsReadOnly 이 속성에서 반환되는 컬렉션에 직접 추가합니다false.

다음 표에서는 OASIS SAML 사양에 대한 어설션 및 프로토콜에 정의된 세 가지 유형의 SAML 문을 해당 형식에 매핑합니다.

문 유형 CLR 형식
인증 SamlAuthenticationStatement
attribute SamlAttributeStatement
권한 부여 결정 SamlAuthorizationDecisionStatement
확장 스키마에 정의된 문 SamlStatement
확장 스키마에 정의된 제목 문 SamlSubjectStatement

적용 대상