Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the time interval after which the Federation Service periodically checks for an updated Trust policy, in minutes.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int TrustPolicyUpdatePeriodInMinutes { get; set; }
public:
property int TrustPolicyUpdatePeriodInMinutes {
int get();
void set(int value);
}
member TrustPolicyUpdatePeriodInMinutes : int with get, set
Public Property TrustPolicyUpdatePeriodInMinutes As Integer
Property Value
Type: System.Int32
The time interval after which the Federation Service periodically checks for an updated Trust policy, in minutes.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top