Share via


KerberosSigningMethod.TargetName Property

 

Gets or sets the ServicePrincipalName (SPN) of the target server resource partner or application.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public string TargetName { get; set; }
public:
property String^ TargetName {
    String^ get();
    void set(String^ value);
}
member TargetName : string with get, set
Public Property TargetName As String

Property Value

Type: System.String

The ServicePrincipalName (SPN) of the target server resource partner or application.

Remarks

In the case of a claims-based application, the SPN should be registered on the domain service account under which the target’s IIS application pool is configured to run. In the case of a Windows NT token-based application, the SPN should be registered on the domain service account under which the target’s AD FS Web Agent Authentication Service (IFSSVC) is configured to run.

See Also

KerberosSigningMethod Class
System.Web.Security.SingleSignOn Namespace

Return to top