다음을 통해 공유


SamlEvidence.Assertions 속성

정의

SAML 기관이 권한 부여 결정을 내리는 데 사용한 증거를 구성하는 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 기관이 권한 부여 결정을 내리는 데 사용한 증거를 포함하는 IList<T> 형식의 SamlAssertion입니다.

설명

속성은 AssertionIdReferences OASIS SAML(Security Assertion Markup Language) 사양에 대한 어설션 및 프로토콜에 정의된 요소에 해당 <saml:Assertion> 합니다.

적용 대상