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)

属性值

一个类型为 IList<T>String,包含对提供 SAML 断言附加信息的 SAML 断言的引用集合。

注解

AssertionIdReferences 属性对应于 OASIS SAML 1.1 规范的“断言和协议”中定义的 <saml:AssertionIDReference> 元素的 <saml:Advice> 子元素。

如果 IsReadOnly 属性的值为 true,则 AssertionIdReferences 属性返回的集合是只读的。

适用于