SaslMethodTargetName Property |
Gets the SPN (target name).
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string TargetName { get; }
Public ReadOnly Property TargetName As String
Get
Property Value
Type:
StringThe 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