4 references to Lifespan
System.IdentityModel (4)
System\IdentityModel\SspiWrapper.cs (2)
565case ContextAttribute.Lifespan: 626case ContextAttribute.Lifespan:
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
253LifeSpan lifeSpan = (LifeSpan)SspiWrapper.QueryContextAttributes(securityContext, ContextAttribute.Lifespan);
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
209LifeSpan lifeSpan = (LifeSpan)SspiWrapper.QueryContextAttributes(securityContext, ContextAttribute.Lifespan);