ITlsConnectionFeature
interface
Namespace: Orleans.Connections.Security
Provides access to certificate information for an authenticated TLS connection.
public interface ITlsConnectionFeatureProperties
RemoteCertificateSynchronously retrieves the remote endpoint's certificate, if any.
Methods
GetRemoteCertificateAsync(CancellationToken)Asynchronously retrieves the remote endpoint's certificate, if any.
