次の方法で共有


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 属性に対応します。

適用対象