3 implementations of TryGetChannelBindingBytes
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
390
bool ITlsConnectionFeature.
TryGetChannelBindingBytes
(ChannelBindingKind kind, out ReadOnlyMemory<byte> channelBindingToken)
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
479
bool ITlsConnectionFeature.
TryGetChannelBindingBytes
(ChannelBindingKind kind, out ReadOnlyMemory<byte> channelBindingToken)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
195
bool ITlsConnectionFeature.
TryGetChannelBindingBytes
(ChannelBindingKind kind, out ReadOnlyMemory<byte> channelBindingToken)
2 references to TryGetChannelBindingBytes
Microsoft.AspNetCore.Server.HttpSys (2)
HttpAuthenticationHardeningLevel.cs (1)
20
/// <see cref="Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.
TryGetChannelBindingBytes
"/>.
HttpSysOptions.cs (1)
127
/// <see cref="Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature.
TryGetChannelBindingBytes
"/>.