I am trying to decompile System.IdentityModel.Services.dll
but none of the decompiling tools show the method details
I cannot even get the IL for these methods in ILDASM. Same story for ILSpy.
for example: System.IdentityModel.Services.SessionAuthenticationModule
ILDASM:
.method family hidebysig newslot virtual
instance void OnAuthenticateRequest(object sender,
class [mscorlib]System.EventArgs eventArgs) cil managed
{
// Code size 0 (0x0)
} // end of method SessionAuthenticationModule::OnAuthenticateRequest
.method family hidebysig instance class [mscorlib]System.Collections.ObjectModel.ReadOnlyCollection`1<class [mscorlib]System.Security.Claims.ClaimsIdentity>
ValidateSessionToken(class [System.IdentityModel]System.IdentityModel.Tokens.SessionSecurityToken sessionSecurityToken) cil managed
{
// Code size 0 (0x0)
} // end of method SessionAuthenticationModule::ValidateSessionToken
I had thought at least the IL was always available. Is this not the case?
r# is capable of finding the microsoft reference sources and Reflector is capable of generating :