SamlAdvice.AssertionIdReferences 속성

정의

SAML 어설션에 대한 참조의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AssertionIdReferences { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AssertionIdReferences { get; }
member this.AssertionIdReferences : System.Collections.Generic.IList<string>
Public ReadOnly Property AssertionIdReferences As IList(Of String)

속성 값

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

설명

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

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

적용 대상