How to add RasPreSharedKey for the entry in c#?
In VB
there is :
Imports DotRas
...
VpnEntry.UpdateCredentials(RasPreSharedKey.Client, PresharedKey)
but in c#
there is no RasPreSharedKey type...
How to add RasPreSharedKey for the entry in c#?
In VB
there is :
Imports DotRas
...
VpnEntry.UpdateCredentials(RasPreSharedKey.Client, PresharedKey)
but in c#
there is no RasPreSharedKey type...
Copyright © 2021 Jogjafile Inc.
There defenitely is
RasPreSharedKeyin DotRas library for C#:What kind of error do you have?