SamlAssertion.Statements 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET