HResults.DTS_E_FORBIDDEN Field

Definition

The server returned error code "403 - Forbidden". This error can occur when the specified resource needs "https" access, but the certificate validity period has expired, the certificate is not valid for the use requested, or the certificate has been revoked or revocation cannot be checked.

public: int DTS_E_FORBIDDEN = -1073651693;
public const int DTS_E_FORBIDDEN = -1073651693;
val mutable DTS_E_FORBIDDEN : int
Public Const DTS_E_FORBIDDEN As Integer  = -1073651693

Field Value

Value = -1073651693

Applies to