1 instantiation of SamlSecurityKeyIdentifierClause
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3479
return new SecurityKeyIdentifier(new
SamlSecurityKeyIdentifierClause
(assertion));
2 references to SamlSecurityKeyIdentifierClause
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityKeyIdentifierClause.cs (2)
18
/// Creates an instance of <see cref="
SamlSecurityKeyIdentifierClause
"/>
24
: base(typeof(
SamlSecurityKeyIdentifierClause
).ToString())