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

Get the username clients will use to connect to the server when their username is to be extracted from the CN field of their digital certificate.

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

Syntax

public string SSLCertUserSpecname { get; }
Public ReadOnly Property SSLCertUserSpecname As String
public:
property String^ SSLCertUserSpecname {
	String^ get ();
}

Return Value

the username if set, null otherwise.

See Also