3 references to CreateIdentity
System.IdentityModel (3)
System\IdentityModel\Selectors\CustomUserNameSecurityTokenAuthenticator.cs (1)
40
this.identity = SecurityUtils.
CreateIdentity
(userName, authType);
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (1)
237
return SecurityUtils.
CreateIdentity
(rsaKeyIdentifierClause.Rsa.ToXmlString(false), this.GetType().Name);
System\IdentityModel\Tokens\SamlSubject.cs (1)
242
this.identity = SecurityUtils.
CreateIdentity
(identityClaim.Resource.ToString(), this.GetType().Name);