共用方式為


SamlAttribute.Name 屬性

定義

取得或設定 SAML 屬性的名稱。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

屬性值

SAML 屬性的名稱。

例外狀況

系統會設定 Name 屬性,而 IsReadOnly 屬性為 true

Name 屬性設定為 null

備註

為了指定與這個 SAML 屬性 (Attribute) 關聯的值,此時會設定 AttributeValues 屬性 (Property)。

Name 屬性 (Property) 會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 AttributeName 項目的 <Attribute> 屬性 (Attribute)。

適用於