File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/libraries/System.Security.Cryptography.Algorithms
src/System/Security/Cryptography Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ protected AsymmetricSignatureFormatter() { }
96
96
public abstract void SetHashAlgorithm ( string strName ) ;
97
97
public abstract void SetKey ( System . Security . Cryptography . AsymmetricAlgorithm key ) ;
98
98
}
99
- [ System . Runtime . Versioning . UnsupportedOSPlatformAttribute ( "browser" ) ]
100
99
public partial class CryptoConfig
101
100
{
102
101
public CryptoConfig ( ) { }
Original file line number Diff line number Diff line change 8
8
using System . Globalization ;
9
9
using System . Reflection ;
10
10
using System . Runtime . InteropServices ;
11
- using System . Runtime . Versioning ;
12
11
13
12
namespace System . Security . Cryptography
14
13
{
15
- [ UnsupportedOSPlatform ( "browser" ) ]
16
14
public class CryptoConfig
17
15
{
18
16
private const string AssemblyName_Cng = "System.Security.Cryptography.Cng" ;
You can’t perform that action at this time.
0 commit comments