共用方式為


Saml2Id.Value 屬性

定義

取得識別項字串。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

屬性值

ID 字串。

備註

標識元應針對 [Saml2Core, 1.3.4] 是唯一的,而且必須符合 NCName xml 架構定義,也就是說,它必須以字母或底線開頭。

適用於