HResults.DTS_E_GETKEYFROMCERTFAILED Field

Definition

An attempt to obtain cryptographic key pair associated with the specified certificate failed with error 0x%1!8.8X! "%2". Verify that you have the key pair for which the certificate was issued.This error usually occurs when trying to sign a document using a certificate for which the person does not have the private key.

public: int DTS_E_GETKEYFROMCERTFAILED = -1073659855;
public const int DTS_E_GETKEYFROMCERTFAILED = -1073659855;
val mutable DTS_E_GETKEYFROMCERTFAILED : int
Public Const DTS_E_GETKEYFROMCERTFAILED As Integer  = -1073659855

Field Value

Value = -1073659855

Applies to