1 instantiation of Saml2SecurityKeyIdentifierClause
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4424
return new SecurityKeyIdentifier(new
Saml2SecurityKeyIdentifierClause
(assertion));
3 references to Saml2SecurityKeyIdentifierClause
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityKeyIdentifierClause.cs (2)
20
/// Creates an instance of <see cref="
Saml2SecurityKeyIdentifierClause
"/>
25
: base(typeof(
Saml2SecurityKeyIdentifierClause
).ToString())
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
851
/// <returns>'True' if reader contains a <see cref="
Saml2SecurityKeyIdentifierClause
"/>. 'False' otherwise.</returns>