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