Bearbeiten

SpnEndpointIdentity.SpnLookupTime Property

Definition

Specifies the maximum time allowed to look up the service principal name (SPN).

public:
 static property TimeSpan SpnLookupTime { TimeSpan get(); void set(TimeSpan value); };
public static TimeSpan SpnLookupTime { get; set; }
static member SpnLookupTime : TimeSpan with get, set
Public Shared Property SpnLookupTime As TimeSpan

Property Value

A TimeSpan. The default is 1 minute.

Exceptions

The value is set to less than 0.

Applies to