Definition at line 543 of file SecureChannel.cs.
544 {
548 {
550 {
552 }
555 }
558 {
559 System.
Net.
NetEventSource.
Error(
this,
$"Authentication failed. Status: {securityStatusPal}, Exception message: {protocolToken.GetException().Message}",
"NextMessage");
560 }
562 }
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
static void Error(object thisOrContextObject, FormattableString formattableString, [CallerMemberName] string memberName=null)
void SetRefreshCredentialNeeded()
SecurityStatusPal GenerateToken(ReadOnlySpan< byte > inputBuffer, ref byte[] output)
readonly SslAuthenticationOptions _sslAuthenticationOptions
SecurityStatusPalErrorCode
References System.Net.Security.SecureChannel._sslAuthenticationOptions, System.Net.NetEventSource.Error(), System.Net.Security.SecureChannel.GenerateToken(), System.Net.NetEventSource.Info(), System.Net.Security.SslAuthenticationOptions.IsServer, System.Net.NetEventSource.Log, and System.Net.Security.SecureChannel.SetRefreshCredentialNeeded().
Referenced by System.Net.Security.SslStream.ForceAuthenticationAsync< TIOAdapter >(), and System.Net.Security.SslStream.ProcessBlob().