5 references to IsAuthenticatedCore
System.Net.Security (5)
System\Net\Security\NegotiateStream.cs (5)
219
public override bool IsAuthenticated =>
IsAuthenticatedCore
;
225
IsAuthenticatedCore
&&
229
public override bool IsEncrypted =>
IsAuthenticatedCore
&& _context.IsEncrypted;
231
public override bool IsSigned =>
IsAuthenticatedCore
&& (_context.IsSigned || _context.IsEncrypted);
715
if (authSuccessCheck && !
IsAuthenticatedCore
)