[TIBCO.EMS .NET Admin client library 7.0 documentation]

Indicates whether or not the client's username is always extracted from the CN field of the client's digital certificate.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool SSLUserCertUsername { get; }
Public ReadOnly Property SSLUserCertUsername As Boolean
public:
property bool SSLUserCertUsername {
	bool get ();
}

Return Value

true if the client's username is to be extracted, false otherwise.

See Also