SamlEvidence.AssertionIdReferences 属性

定义

获取 SAML 断言的标识符的集合,这些断言指定 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)

属性值

一个类型为 IList<T>String,它包含 SAML 断言的标识符,这些断言指定 SAML 授权机构呈现授权决定时所依赖的证据。

注解

AssertionIdReferences 属性对应于在 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 <saml:AssertionIDReference> 元素。

适用于