2 instantiations of Lifetime
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2549
lifetime = new
Lifetime
(created, expires);
System\IdentityModel\SecurityTokenService.cs (1)
490
return new
Lifetime
(created, expires);
15 references to Lifetime
System.IdentityModel (15)
System\IdentityModel\Protocols\WSTrust\WSTrustMessage.cs (2)
27
private
Lifetime
lifetime;
338
public
Lifetime
Lifetime
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (7)
1027
Lifetime
lifeTime = (
Lifetime
)elementValue;
1889
Lifetime
lifeTime = (
Lifetime
)elementValue;
2513
public static
Lifetime
ReadLifetime(XmlReader reader, WSTrustConstantsAdapter trustConstants)
2527
Lifetime
lifetime = null;
2560
public static void WriteLifetime(XmlWriter writer,
Lifetime
lifetime, WSTrustConstantsAdapter trustConstants)
System\IdentityModel\SecurityTokenService.cs (2)
457
protected virtual
Lifetime
GetTokenLifetime(
Lifetime
requestLifetime)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1005
protected virtual Saml2Conditions CreateConditions(
Lifetime
tokenLifetime, string relyingPartyAddress, SecurityTokenDescriptor tokenDescriptor)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
269
protected virtual SamlConditions CreateConditions(
Lifetime
tokenLifetime, string relyingPartyAddress, SecurityTokenDescriptor tokenDescriptor)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (2)
32
private
Lifetime
lifetime;
204
public
Lifetime
Lifetime