SslClientAuthenticationOptions Class (System.Net.Security) (original) (raw)

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents a client authentication property bag for the SslStream.

public ref class SslClientAuthenticationOptions
public class SslClientAuthenticationOptions
type SslClientAuthenticationOptions = class
Public Class SslClientAuthenticationOptions

Inheritance

SslClientAuthenticationOptions

Remarks

This property bag is used as argument for AuthenticateAsClientAsync and, in .NET 5 and later versions, for AuthenticateAsClient.

The SocketsHttpHandler uses this property bag in the SslOptions property.

Applies to