SamlConstants.UserNameNamespace 属性
定义
获取一个 URI,它表明 SAML 断言的主题是使用 Windows 域帐户指定的。Gets a URI that states the subject of a SAML assertion is specified using a Windows domain account. 此字段为常数。This field is constant.
public:
static property System::String ^ UserNameNamespace { System::String ^ get(); };
public static string UserNameNamespace { get; }
member this.UserNameNamespace : string
Public Shared ReadOnly Property UserNameNamespace As String
属性值
一个 URI,表明 SAML 断言的主题是使用 Windows 域帐户指定的。A URI that states the subject of a SAML assertion is specified using a Windows domain account.
注解
当该主题被指定为 Windows 域帐户时,使用 UserNameNamespace 属性设置 NameFormat 属性。Use the UserNameNamespace property to set the NameFormat property when the subject is specified as a Windows domain account.