Skip to content

Commit 6c853bb

Browse files
committed
Adding import namespace
1 parent bb21041 commit 6c853bb

File tree

1 file changed

+1
-0
lines changed
  • cybersource-rest-auth-netstandard/AuthenticationSdk/AuthenticationSdk/util

1 file changed

+1
-0
lines changed

cybersource-rest-auth-netstandard/AuthenticationSdk/AuthenticationSdk/util/JWEUtility.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using Org.BouncyCastle.Crypto.Parameters;
44
using Org.BouncyCastle.OpenSsl;
55
using Org.BouncyCastle.Security;
6+
using System;
67
using System.IO;
78
using System.Security.Cryptography;
89
using AuthenticationSdk.core;

0 commit comments

Comments
 (0)