Saml2Id.Value 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取标识符字符串。
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 架构定义,即它必须以字母或下划线开头。