You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.150
Former-commit-id: 73e3bb1e96dd09dc931c1dfe559d2c7f7b8b02c7
This commit is contained in:
parent
02ac915603
commit
b95516a3dd
@ -61,4 +61,6 @@ using System.Runtime.InteropServices;
|
||||
[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
|
||||
[assembly: AllowPartiallyTrustedCallers]
|
||||
|
||||
#if !NET_2_1
|
||||
[assembly: SecurityCritical (SecurityCriticalScope.Explicit)]
|
||||
#endif
|
@ -3,15 +3,20 @@ SUBDIRS =
|
||||
include ../../build/rules.make
|
||||
|
||||
LIBRARY = System.IdentityModel.dll
|
||||
LIB_REFS = System System.Xml System.Security System.Configuration Mono.Security System.Runtime.Serialization
|
||||
LIB_REFS = System System.Xml System.Security Mono.Security System.Runtime.Serialization
|
||||
LIB_MCS_FLAGS = \
|
||||
/d:NET_3_0 \
|
||||
$(OTHER_LIB_MCS_FLAGS)
|
||||
|
||||
ifndef NO_SYSTEM_WEB_DEPENDENCY
|
||||
LIB_REFS += System.Web
|
||||
ifneq (2.1, $(FRAMEWORK_VERSION))
|
||||
LIB_REFS += System.Configuration
|
||||
endif
|
||||
|
||||
ifndef NO_SYSTEM_WEB_DEPENDENCY
|
||||
ifneq (2.1, $(FRAMEWORK_VERSION))
|
||||
LIB_REFS += System.Web
|
||||
endif
|
||||
endif
|
||||
|
||||
ifndef NO_SYSTEM_WEB_APPSERVICES_DEPENDENCY
|
||||
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
|
||||
|
@ -27,8 +27,6 @@
|
||||
//
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.IdentityModel.Policy;
|
||||
using System.IdentityModel.Tokens;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
|
||||
namespace System.IdentityModel.Selectors
|
||||
|
@ -0,0 +1,6 @@
|
||||
../../build/common/Consts.cs
|
||||
../../build/common/MonoTODOAttribute.cs
|
||||
Assembly/AssemblyInfo.cs
|
||||
|
||||
System.IdentityModel.Selectors/X509CertificateValidator.cs
|
||||
System.ServiceModel.Security/X509CertificateValidationMode.cs
|
@ -0,0 +1 @@
|
||||
#include mobile_System.IdentityModel.dll.sources
|
@ -0,0 +1 @@
|
||||
#include mobile_System.IdentityModel.dll.sources
|
@ -0,0 +1 @@
|
||||
#include mobile_System.IdentityModel.dll.sources
|
@ -0,0 +1 @@
|
||||
#include mobile_System.IdentityModel.dll.sources
|
@ -0,0 +1 @@
|
||||
#include mobile_System.IdentityModel.dll.sources
|
@ -0,0 +1 @@
|
||||
#include mobile_System.IdentityModel.dll.sources
|
@ -0,0 +1 @@
|
||||
#include net_4_x_System.IdentityModel.dll.sources
|
Reference in New Issue
Block a user