ManagedHelper.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:
virtual System::Object ^ MakeCertObject(long certContext);
public object MakeCertObject (long certContext);
abstract member MakeCertObject : int64 -> obj
override this.MakeCertObject : int64 -> obj
Public Function MakeCertObject (certContext As Long) As Object
Parameters
- certContext
- Int64
The context for the certificate.
Returns
The created certificate.