MailBee.NET Objects 7.2

SaslMethod.TargetName Property

Gets the SPN (target name).

public string TargetName {get;}

Property Value

The target name (Service Principal Name). Can be a null reference (Nothing in Visual Basic).

Remarks

Usually used with Kerberos. When doing Kerberos auth, the default value is constructed as ServiceName + "/" + ServerName. The developer may, however, set it explicitly using the corresponding Login overload of the mailer component. Other authentication methods do not use this value.

See Also

SaslMethod Class | MailBee Namespace