SamlNameIdentifierClaimResource.Name 属性

定义

获取 SAML 安全令牌的主题名称。

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

属性值

SamlSecurityToken 安全令牌的主题名称。

注解

Format 属性指定 Name 属性所采用的格式,而 NameQualifier 属性指定 Name 属性所在的域。

Name 属性 (Property) 对应于 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 Format 元素的 <saml:NameIdentifier> 属性 (Attribute)。

适用于