Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As SecurityTokenHandlerConfigurationElement
Dim value As ValueTypeElement

value = instance.MaximumClockSkew

instance.MaximumClockSkew = value

Syntax

Visual Basic
<ConfigurationPropertyAttribute("maximumClockSkew", IsRequired:=False)> _
Public Property MaximumClockSkew As ValueTypeElement
C#
[ConfigurationPropertyAttribute("maximumClockSkew", IsRequired=false)] 
public ValueTypeElement MaximumClockSkew { get; set; }
C++
[ConfigurationPropertyAttribute(L"maximumClockSkew", IsRequired=false)] 
public:
property ValueTypeElement^ MaximumClockSkew {
		ValueTypeElement^ get ();
		void set (ValueTypeElement^ value);
}
J#
/** @property */
public ValueTypeElement get_MaximumClockSkew ()

/** @property */
public void set_MaximumClockSkew (ValueTypeElement value)
JScript
public function get MaximumClockSkew () : ValueTypeElement

public function set MaximumClockSkew (value : ValueTypeElement)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also