SamlAdvice.AssertionIdReferences 属性

定义

获取对 SAML 断言的引用集合。Gets a collection of references to SAML assertions.

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<String>

一个类型为 IList<T>String,包含对提供 SAML 断言附加信息的 SAML 断言的引用集合。An IList<T> of type String that contains a collection of references to SAML assertions that provide additional information on a SAML assertion.

注解

AssertionIdReferences 属性对应于 OASIS SAML 1.1 规范的“断言和协议”中定义的 <saml:AssertionIDReference> 元素的 <saml:Advice> 子元素。The AssertionIdReferences property corresponds to the <saml:AssertionIDReference> child element of the <saml:Advice> element that is defined in the Assertions and Protocol for the OASIS SAML 1.1 specification.

如果 IsReadOnly 属性的值为 true,则 AssertionIdReferences 属性返回的集合是只读的。When the value of the IsReadOnly property is true, the collection that is returned by the AssertionIdReferences property is read-only.

适用于