This repository was archived by the owner on Oct 17, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +21
-5
lines changed
Microsoft.AspNet.Cryptography.Internal/Properties
Microsoft.AspNet.Cryptography.KeyDerivation/Properties
Microsoft.AspNet.DataProtection/Properties
Microsoft.AspNet.DataProtection.Extensions/Properties
Microsoft.AspNet.DataProtection.Interfaces/Properties
Microsoft.AspNet.DataProtection.SystemWeb/Properties Expand file tree Collapse file tree 6 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
- // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
1
+ // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
5
+ using System . Reflection ;
5
6
using System . Runtime . CompilerServices ;
6
7
using System . Runtime . InteropServices ;
7
8
14
15
[ assembly: InternalsVisibleTo ( "Microsoft.AspNet.DataProtection" ) ]
15
16
[ assembly: InternalsVisibleTo ( "Microsoft.AspNet.DataProtection.Interfaces.Test" ) ]
16
17
[ assembly: InternalsVisibleTo ( "Microsoft.AspNet.DataProtection.Test" ) ]
18
+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
Original file line number Diff line number Diff line change 1
- // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
1
+ // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
5
+ using System . Reflection ;
5
6
using System . Runtime . CompilerServices ;
6
7
7
8
[ assembly: InternalsVisibleTo ( "Microsoft.AspNet.Cryptography.KeyDerivation.Test" ) ]
9
+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
Original file line number Diff line number Diff line change 1
- // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
1
+ // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
5
+ using System . Reflection ;
5
6
using System . Runtime . CompilerServices ;
6
7
7
8
[ assembly: InternalsVisibleTo ( "Microsoft.AspNet.DataProtection.Extensions.Test" ) ]
9
+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
Original file line number Diff line number Diff line change 1
- // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
1
+ // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
5
+ using System . Reflection ;
5
6
using System . Runtime . CompilerServices ;
6
7
7
8
// for unit testing
8
9
[ assembly: InternalsVisibleTo ( "Microsoft.AspNet.DataProtection.Interfaces.Test" ) ]
10
+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
Original file line number Diff line number Diff line change
1
+ // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
2
+ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
+
4
+ using System . Reflection ;
5
+
6
+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
Original file line number Diff line number Diff line change 1
- // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
1
+ // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
5
+ using System . Reflection ;
5
6
using System . Runtime . CompilerServices ;
6
7
7
8
// for unit testing
8
9
[ assembly: InternalsVisibleTo ( "Microsoft.AspNet.DataProtection.Test" ) ]
9
10
[ assembly: InternalsVisibleTo ( "DynamicProxyGenAssembly2" ) ]
11
+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
You can’t perform that action at this time.
0 commit comments