SamlAdvice.AssertionIdReferences 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对 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 属性返回的集合是只读的。