Discuss this help topic in SecureBlackbox Forum

TElCertificateRequest.SaveKeyToBufferPVK

TElCertificateRequest     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


This topic is under development…

Declaration

[C#/Java]
    int SaveKeyToBufferPVK([out] ref byte[] Buffer, string Password, bool UseStrongEncryption /* = true */);
    int SaveKeyToBufferPVK(ref byte[] Buffer, ref int Size, string Password, bool UseStrongEncryption /* = true */);

[VB.NET]
    Function SaveKeyToBufferPVK(ByRef Buffer As Byte[], ByVal Password As String, ByVal UseStrongEncryption As Boolean = True) As Integer
    Function SaveKeyToBufferPVK(ByRef Buffer As Byte[], ByRef Size As Integer, ByVal Password As String, ByVal UseStrongEncryption As Boolean = True) As Integer

[Pascal]
    function SaveKeyToBufferPVK(Buffer : pointer; var Size : integer; const Password : string; UseStrongEncryption : boolean = true) : integer;

[C++]
    int32_t SaveKeyToBufferPVK(void * Buffer, int32_t &Size, const std::string &Password, bool UseStrongEncryption);

[PHP]
    integer SaveKeyToBufferPVK(TSBPointer|array of byte|string|NULL $Buffer, integer &$Size, string $Password, bool $UseStrongEncryption)

Parameters

  • Buffer -
  • Password -
  • UseStrongEncryption -
  • Size -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum