libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

Add Ssh credentials support or open creadentionals class

Open mcdis opened this issue 7 years ago • 2 comments

add to Native methods: git_cred_ssh_key_new and wrap it or open GitCredentialHandler in Credentials class:

  public abstract class Credentials
  {
    protected internal abstract int GitCredentialHandler(out IntPtr cred);
  }

remove internal and any can p/invoke selfmade

mcdis avatar Oct 28 '18 21:10 mcdis

+1 @ethomson ssh support is a very important thing for a lot of people, so if you don't want/can't do it by yourself, make possibility to implement it by myself, please

vatt849 avatar Feb 28 '22 21:02 vatt849

umerenkovDaniil avatar Jun 08 '22 12:06 umerenkovDaniil