KerberosVerificationMethod.ClientName Property
Gets or sets the Windows domain user name of the principal trusted to sign tokens.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string ClientName { get; }
public:
property String^ ClientName {
String^ get();
}
member ClientName : string with get
Public ReadOnly Property ClientName As String
Property Value
Type: System.String
The Windows domain user name of the principal trusted to sign tokens.
See Also
KerberosVerificationMethod Class
System.Web.Security.SingleSignOn Namespace
Return to top