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