Fix LocalClientSecuritySettingsElement.Property, and other couple of API fixes.
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Configuration / ClaimTypeElement.cs
index a71fe2883b432b4026c4dd1e8ce7072dc977b595..05ef12d39dcb53c795d0982e1683848f1c415d33 100644 (file)
@@ -82,6 +82,11 @@ namespace System.ServiceModel.Configuration
                {
                }
 
+               public ClaimTypeElement (string claimType, bool isOptional)
+               {
+                       ClaimType = claimType;
+                       IsOptional = isOptional;
+               }
 
                // Properties