10 references to Created
System.IdentityModel (9)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
2579
if (lifetime.
Created
!= null)
2581
writer.WriteElementString(WSUtilityConstants.Prefix, WSUtilityConstants.ElementNames.Created, WSUtilityConstants.NamespaceURI, lifetime.
Created
.Value.ToString(DateTimeFormats.Generated, CultureInfo.InvariantCulture));
System\IdentityModel\SecurityTokenService.cs (2)
469
if (requestLifetime.
Created
.HasValue)
471
created = requestLifetime.
Created
.Value;
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1017
conditions.NotBefore = tokenLifetime.
Created
;
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
274
if (tokenLifetime.
Created
!= null)
276
conditions.NotBefore = tokenLifetime.
Created
.Value;
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (2)
261
DateTime validFrom = (tokenDescriptor.Lifetime.
Created
.HasValue) ? (DateTime)tokenDescriptor.Lifetime.
Created
: DateTime.UtcNow;
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
497
created = response.Lifetime.
Created
;