SamlConstants.UserName 属性

定义

获取用于指定“将 SAML 断言的主题指定为 Windows 域帐户”的属性的名称。Gets the name of the attribute used to specify that the subject of a SAML assertion is specified as a Windows domain account. 此字段为常数。This field is constant.

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

属性值

String

用于指定“将 SAML 断言的主题指定为 Windows 域帐户”的属性的名称。The name of the attribute used to specify that the subject of a SAML assertion is specified as a Windows domain account. 此字段为常数。This field is constant.

注解

当序列化 SAML 断言时,使用 UserName 属性。Use the UserName property when serializing SAML assertions.

适用于