OPC Labs Base Library
Import Method
OpcLabs_BaseLib ActiveX DLL > PkiCertificate Object : Import Method

Description
Populates an X509Certificate2 object using data from a byte array, a password, and flags for determining how to import the private key.

 

DISPID (Dispatch ID):

 

For more information, see Import in .NET Reference.

Syntax
Visual Basic
Public Sub Import( _
   ByRef RawData As Variant, _
   ByVal password As String, _
   ByVal keyStorageFlags As X509KeyStorageFlags _
) 
Parameters
RawData

password

keyStorageFlags

Return Type

See Import in .NET Reference.

Remarks

For remarks, see Import in .NET Reference.

Example

For examples, see Import in .NET Reference.

See Also

PkiCertificate Object  | PkiCertificate Members