1 instantiation of LifeSpan
System.IdentityModel (1)
System\IdentityModel\SspiWrapper.cs (1)
627attribute = new LifeSpan(nativeBuffer);
4 references to LifeSpan
System.IdentityModel (4)
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (2)
253LifeSpan lifeSpan = (LifeSpan)SspiWrapper.QueryContextAttributes(securityContext, ContextAttribute.Lifespan);
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (2)
209LifeSpan lifeSpan = (LifeSpan)SspiWrapper.QueryContextAttributes(securityContext, ContextAttribute.Lifespan);