SaslMethodTargetName Property
Gets the SPN (target name).

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string TargetName { get; }

Property Value

Type: String
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