다음을 통해 공유


SamlAdvice.Assertions 속성

정의

SAML 어설션의 컬렉션을 가져옵니다.

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

속성 값

SAML 어설션에 대한 추가 정보를 제공하는 SAML 어설션이 포함된 IList<T> 형식의 SamlAssertion입니다.

설명

속성은 AssertionIdReferences OASIS SAML 1.1 사양에 대한 어설션 및 프로토콜에 정의된 요소의 자식 요소 <saml:Advice> 에 해당 <saml:Assertion> 합니다.

경우는 속성의 IsReadOnly 값은 true, 속성에서 Assertions 반환 되는 컬렉션은 읽기 전용입니다.

적용 대상