Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

QuicClientConnectionOptions.ClientAuthenticationOptions Property

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.

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


Feedback

Was this page helpful?