IDTSManagedHelper100.MakeCertObject(Int64) Method
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.
Creates a certificate object.
public:
System::Object ^ MakeCertObject(long hCertContext);
public object MakeCertObject (long hCertContext);
abstract member MakeCertObject : int64 -> obj
Public Function MakeCertObject (hCertContext As Long) As Object
Parameters
- hCertContext
- Int64
The certificate context.
Returns
The created certificate object.
Remarks
For more information, see ManagedHelper.