3 references to SamlUri
System.IdentityModel (3)
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
245writer.WriteAttributeString(XD.SecurityJan2004Dictionary.URI, null, samlClause.SamlUri);
System\ServiceModel\Security\SamlAssertionDirectKeyIdentifierClause.cs (2)
37return (ReferenceEquals(this, that) || (that != null && that.SamlUri == this.SamlUri));