Loads the certificate from .pfx binary data.
[VisualĀ Basic 6.0]
Public Sub Load( _
PFXContent As Variant, _
Password As String, _
KeyLocation As Long _
)
[Visual C++]
public: HRESULT Load(
VARIANT PFXContent,
BSTR Password,
LONG KeyLocation
);
Parameters
[Visual Basic, VBScript] Const CERT_SYSTEM_STORE_CURRENT_USER = 65536 Const CERT_SYSTEM_STORE_LOCAL_MACHINE = 131072
Remarks