ServiceConfiguration.MaxClockSkew Property
Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As ServiceConfiguration Dim value As TimeSpan value = instance.MaxClockSkew instance.MaxClockSkew = value
Syntax
'Declaration
Public Property MaxClockSkew As TimeSpan
public TimeSpan MaxClockSkew { get; set; }
public:
property TimeSpan MaxClockSkew {
TimeSpan get ();
void set (TimeSpan value);
}
/** @property */
public TimeSpan get_MaxClockSkew ()
/** @property */
public void set_MaxClockSkew (TimeSpan value)
public function get MaxClockSkew () : TimeSpan
public function set MaxClockSkew (value : TimeSpan)
Eigenschaftenwert
Returns TimeSpan.
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace