4 references to NamespaceURI
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustConstantsAdapter.cs (1)
107if (StringComparer.Ordinal.Equals(ns, WSTrustFeb2005Constants.NamespaceURI))
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ConstantsAdapter.cs (1)
19NamespaceURI = WSTrustFeb2005Constants.NamespaceURI;
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005RequestSerializer.cs (1)
174return reader.IsStartElement(WSTrustFeb2005Constants.ElementNames.RequestSecurityToken, WSTrustFeb2005Constants.NamespaceURI);
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ResponseSerializer.cs (1)
173return reader.IsStartElement(WSTrustFeb2005Constants.ElementNames.RequestSecurityTokenResponse, WSTrustFeb2005Constants.NamespaceURI);