Solclient
SessionPropertiesKRBServiceName Property |
This property specifies the ServiceName of Service Principle Name (SPN) for Kerberos.
It is used for all entries specified by the property Host
The Service Principal Name (SPN) has the format "ServiceName/ApplianceName@REALM" where
ServiceName is specified by this property, ApplianceName is the host portion of an entry specified by Host,
and REALM is obtained from the Kerberos configuration.
The maximum length for an SPN is 256 characters.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string KRBServiceName { get; set; }
Public Property KRBServiceName As String Get Set
public: property String^ KRBServiceName { String^ get (); void set (String^ value); }
Property Value
Type: StringSee Also