3 writes to Lifetime
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
270
rst.
Lifetime
= WSTrustSerializationHelper.ReadLifetime(reader, trustConstants);
1470
rstr.
Lifetime
= WSTrustSerializationHelper.ReadLifetime(reader, trustConstants);
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
100
response.
Lifetime
= lifetime;
9 references to Lifetime
System.IdentityModel (6)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
773
if (rst.
Lifetime
!= null)
775
requestSerializer.WriteXmlElement(writer, trustConstants.Elements.Lifetime, rst.
Lifetime
, rst, context);
1755
if (rstr.
Lifetime
!= null)
1757
responseSerializer.WriteXmlElement(writer, trustConstants.Elements.Lifetime, rstr.
Lifetime
, rstr, context);
System\IdentityModel\SecurityTokenService.cs (2)
738
_tokenDescriptor.Lifetime = GetTokenLifetime(request.
Lifetime
);
865
_tokenDescriptor.Lifetime = GetTokenLifetime(request == null ? null : request.
Lifetime
);
System.ServiceModel (3)
System\ServiceModel\Security\WSTrustChannel.cs (3)
495
if (response.
Lifetime
!= null)
497
created = response.
Lifetime
.Created;
498
expires = response.
Lifetime
.Expires;