SamlConstants.UserName Property

Definition

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; }
static member UserName : string
Public Shared ReadOnly Property UserName As String

Property Value

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.

Remarks

Use the UserName property when serializing SAML assertions.

Applies to