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