TLSContext.usePrivateKeyFile

Sets the private key to use for authenticating to the remote peer based on the configured certificate chain file.

  1. void usePrivateKeyFile(string path)
    interface TLSContext
    @safe
    void
    usePrivateKeyFile
    (
    string path
    )
  2. void usePrivateKeyFile(NativePath path)

Meta