c# - Send client certificate from portable class library -
is there way use client certificate pcl? portable httpclient or other way? thank you!
there no way make generic pcl httpclient use client certificate. can implement custom messagehandler each platform , pass httpclient's constructor. xamarin ios , android can make use of modernhttpclietnt (it's open source) , on wp way implement client certificate use ssl blackbox (which not free). on other platforms (like winrt) it's simpler achive goal.
Comments
Post a Comment