Share via


LocalServiceSecuritySettingsElement.IssuedCookieLifetime Eigenschaft

Definition

Ruft ein TimeSpan ab oder legt es fest, das die Lebensdauer angibt, die für alle neuen Sicherheitscookies ausgegeben wird.

public:
 property TimeSpan IssuedCookieLifetime { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("issuedCookieLifetime", DefaultValue="10:00:00")]
public TimeSpan IssuedCookieLifetime { get; set; }
[System.Configuration.ConfigurationProperty("issuedCookieLifetime", DefaultValue="10:00:00")]
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
public TimeSpan IssuedCookieLifetime { get; set; }
[System.Configuration.ConfigurationProperty("issuedCookieLifetime", DefaultValue="10:00:00")]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan IssuedCookieLifetime { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("issuedCookieLifetime", DefaultValue="10:00:00")>]
member this.IssuedCookieLifetime : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("issuedCookieLifetime", DefaultValue="10:00:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
member this.IssuedCookieLifetime : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("issuedCookieLifetime", DefaultValue="10:00:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.IssuedCookieLifetime : TimeSpan with get, set
Public Property IssuedCookieLifetime As TimeSpan

Eigenschaftswert

TimeSpan

Eine TimeSpan, die die Lebensdauer angibt, die für alle neuen Sicherheitscookies ausgegeben wird. Der Standardwert ist "10:00:00".

Attribute

Hinweise

Cookies, die ihre Lebensdauer übersteigen, werden wiederverwendet und müssen wieder ausgehandelt werden.

Gilt für