5 references to Delegatable
System.IdentityModel (5)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (5)
486if (reader.IsStartElement(trustConstants.Elements.Delegatable, trustConstants.NamespaceURI)) 860requestSerializer.WriteXmlElement(writer, trustConstants.Elements.Delegatable, rst.Delegatable.Value, rst, context); 1231if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.Delegatable)) 1235throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("elementValue", SR.GetString(SR.ID3222, trustConstants.Elements.Delegatable, trustConstants.NamespaceURI, typeof(bool), elementValue)); 1238writer.WriteStartElement(trustConstants.Elements.Delegatable, trustConstants.NamespaceURI);