Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. dstelangre
    D
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    dstelangre

    @dstelangre

    2
    Reputation
    18
    Posts
    28
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online

    dstelangre Follow

    Best posts made by dstelangre

    • RE: Invalid TOTP for c#

      @admin @administrators I have same issue please provide the solution for c#

      posted in General Discussion
      D
      dstelangre
    • RE: Invalid TOTP for c#

      Here is DLL and TOTP generation code . just add OtpNet
      nuget package

      public static string GetTotp()
      {
      var secretKey = OtpNet.Base32Encoding.ToBytes("totp key that appears below QR code ");
      var totp = new Totp(secretKey);
      var otp = totp.ComputeTotp();
      return otp;
      }

      DLL link:

      https://drive.google.com/file/d/1Z6Z016OoDDuOdKiBQNMVly-lkvUMAbbX/view?usp=sharing

      posted in General Discussion
      D
      dstelangre

    Latest posts made by dstelangre

    • RE: Invalid TOTP for c#

      @Nichil72 done

      posted in General Discussion
      D
      dstelangre
    • RE: Invalid TOTP for c#

      @Nichil72 Select a solution in Solution Manager, and then select Tools > NuGet Package Manager > Manage NuGet Packages for Solution
      click on Browse and type otp.net

      first it will appear and select it and right side select project and click to install

      posted in General Discussion
      D
      dstelangre
    • RE: Invalid TOTP for c#

      @Nichil72 . just add OtpNet
      nuget package

      posted in General Discussion
      D
      dstelangre
    • RE: Invalid TOTP for c#

      @Nichil72 Please check my comments below on same discussion , solution is provided , and I am not from Angel Team ,Thanks

      posted in General Discussion
      D
      dstelangre
    • RE: Please give us tentative date to support C# for TOTP

      @vijayyande pls check the solution here which can help you

      https://smartapi.angelbroking.com/topic/2391/invalid-totp-for-c

      posted in C#/.Net SDK
      D
      dstelangre
    • RE: Invalid TOTP for c#

      @Vishal-naykawala If still you have issue ? connect me on email dstelangre@gmail.com

      posted in General Discussion
      D
      dstelangre
    • RE: Invalid TOTP for c#

      Here is DLL and TOTP generation code . just add OtpNet
      nuget package

      public static string GetTotp()
      {
      var secretKey = OtpNet.Base32Encoding.ToBytes("totp key that appears below QR code ");
      var totp = new Totp(secretKey);
      var otp = totp.ComputeTotp();
      return otp;
      }

      DLL link:

      https://drive.google.com/file/d/1Z6Z016OoDDuOdKiBQNMVly-lkvUMAbbX/view?usp=sharing

      posted in General Discussion
      D
      dstelangre
    • RE: Invalid TOTP for c#

      @abhi5883 sent on email

      posted in General Discussion
      D
      dstelangre
    • RE: Guide to secure your SmartAPI Account with two factor authentication

      @priya , I have automated this process in C#

      posted in General Discussion
      D
      dstelangre
    • RE: Invalid TOTP for c#

      @vijayyande @Vishal-naykawala , I have fix the issue my own , Modified DLL and created method to get Realtime totp in code itself no need to get from mobile and enter into code all working , if you want fix ping me .

      posted in General Discussion
      D
      dstelangre