次の方法で共有


Client.UpdateStages.WithClientCertificateAuthentication Interface

public static interface Client.UpdateStages.WithClientCertificateAuthentication

The stage of the Client update allowing to specify clientCertificateAuthentication.

Method Summary

Modifier and Type Method and Description
abstract Update withClientCertificateAuthentication(ClientCertificateAuthentication clientCertificateAuthentication)

Specifies the clientCertificateAuthentication property: The client certificate authentication information..

Method Details

withClientCertificateAuthentication

public abstract Client.Update withClientCertificateAuthentication(ClientCertificateAuthentication clientCertificateAuthentication)

Specifies the clientCertificateAuthentication property: The client certificate authentication information..

Parameters:

clientCertificateAuthentication - The client certificate authentication information.

Returns:

the next definition stage.

Applies to