2 writes to issuedCookieLifetime
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
35
this.
issuedCookieLifetime
= other.issuedCookieLifetime;
158
this.
issuedCookieLifetime
= value;
2 references to issuedCookieLifetime
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
35
this.issuedCookieLifetime = other.
issuedCookieLifetime
;
142
return this.
issuedCookieLifetime
;