SamlAttribute.AttributeValues 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 SAML 属性的属性值集合。
public:
property System::Collections::Generic::IList<System::String ^> ^ AttributeValues { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AttributeValues { get; }
member this.AttributeValues : System.Collections.Generic.IList<string>
Public ReadOnly Property AttributeValues As IList(Of String)
属性值
一个 IList<T>,它包含 SAML 属性的属性值集合。
注解
一个 SAML 属性可以包含多个属性值。
AttributeValues 属性对应于在 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 <saml:AttributeValue>
元素。