SamlAttribute.AttributeValues 属性

定义

获取 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> 元素。

适用于