Share via


TrustPolicy.WindowsTrustCacheUpdatePeriodInMinutes Property

 

Gets or sets the time interval after which the Federation Service periodically checks for updated Windows trust information, in minutes.

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

Syntax

public int WindowsTrustCacheUpdatePeriodInMinutes { get; set; }
public:
property int WindowsTrustCacheUpdatePeriodInMinutes {
    int get();
    void set(int value);
}
member WindowsTrustCacheUpdatePeriodInMinutes : int with get, set
Public Property WindowsTrustCacheUpdatePeriodInMinutes As Integer

Property Value

Type: System.Int32

The time interval after which the Federation Service periodically checks for updated Windows trust information, in minutes.

See Also

TrustPolicy Class
System.Web.Security.SingleSignOn Namespace

Return to top