共用方式為


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 屬性會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 <saml:AttributeValue> 項目。

適用於