1 write to lifetime
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
207
set { this.
lifetime
= value; }
3 references to lifetime
System.IdentityModel (3)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (3)
98
if (
lifetime
!= null)
100
response.Lifetime =
lifetime
;
206
get { return this.
lifetime
; }