HResults.DTS_E_CLIENTAUTH Field

Definition

MessageId: DTS_E_CLIENTAUTH MessageText: Client certificate is missing. This error occurs when the server is expecting an SSL client certificate and the user has provided an invalid certificate, or has not provided a certificate. A client certificate must be configured for this connection.

public: int DTS_E_CLIENTAUTH = -1073651702;
public const int DTS_E_CLIENTAUTH = -1073651702;
val mutable DTS_E_CLIENTAUTH : int
Public Const DTS_E_CLIENTAUTH As Integer  = -1073651702

Field Value

Value = -1073651702

Applies to