다음을 통해 공유


SecurityTokenHandlerConfigurationElement.MaximumClockSkew 속성

정의

이 토큰 처리기 구성 요소에 대해 구성된 최대 클럭 오차를 가져오거나 설정합니다.

public:
 property TimeSpan MaximumClockSkew { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("maximumClockSkew", DefaultValue="00:05:00", IsRequired=false)]
public TimeSpan MaximumClockSkew { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maximumClockSkew", DefaultValue="00:05:00", IsRequired=false)>]
member this.MaximumClockSkew : TimeSpan with get, set
Public Property MaximumClockSkew As TimeSpan

속성 값

최대 시계 기울이기입니다.

특성

설명

<securityTokenHandlerConfiguration> 요소의 maxClockSkew 특성에 해당합니다.

적용 대상