DocuSign JWT Access Token Request
问题 I'm trying to get access token within sandbox environment. I've a VB.NET application and referenced DocuSign.eSign.dll I examined docusign C# code examples and could not get them run in vb.net This is the first approach I tried: Dim ac As ApiClient = New ApiClient() Dim privateKeyStream() As Byte = Convert.FromBase64String(PrivateKey) Dim tokenInfo As OAuth.OAuthToken = ac.RequestJWTUserToken("INTEGRATION_ID", "ACCOUNT_ID", "https://account-d.docusign.com/oauth/token", privateKeyStream, 1)