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 架构定义,即它必须以字母或下划线开头。

适用于