Dim instance As TlsBouncyCastle Dim PfxData() As Byte Dim Password As String instance.LoadFromPfx(PfxData, Password)
public: void LoadFromPfx( array<byte>^ PfxData, String^ Password )
Parameters
- PfxData
- The contents of a PFX/P12 file
- Password
- The password for the private key