QuicClientConnectionOptions.ClientAuthenticationOptions Property

Definition

Gets or sets the client authentication options to use when establishing a new connection.

public:
 property System::Net::Security::SslClientAuthenticationOptions ^ ClientAuthenticationOptions { System::Net::Security::SslClientAuthenticationOptions ^ get(); void set(System::Net::Security::SslClientAuthenticationOptions ^ value); };
public System.Net.Security.SslClientAuthenticationOptions ClientAuthenticationOptions { get; set; }
member this.ClientAuthenticationOptions : System.Net.Security.SslClientAuthenticationOptions with get, set
Public Property ClientAuthenticationOptions As SslClientAuthenticationOptions

Property Value

Remarks

This property is mandatory, and not setting it will result in validation errors when establishing a connection.

Applies to