XdsObjects Help file
MedicalConnections.Security Namespace / TlsBouncyCastle Class / LoadFromPfx Method
The contents of a PFX/P12 file
The password for the private key



In This Topic
    LoadFromPfx Method
    In This Topic
    Load the local certificate from a PFX/P12 file, plus a password
    Syntax
    Public Sub LoadFromPfx( _
       ByVal PfxData() As Byte, _
       ByVal Password As String _
    ) 
    Dim instance As TlsBouncyCastle
    Dim PfxData() As Byte
    Dim Password As String
     
    instance.LoadFromPfx(PfxData, Password)
    public void LoadFromPfx( 
       byte[] PfxData,
       string 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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also