TypeKeySecurity library documentation

TypeKeyIdentity.Email Property

Email address of the authenticated user.

public string Email {get;}

Property Value

Returns an empty string if the user isn't authenticated.

Remarks

Only the SHA-1 hash of the email is available by default, unless needEmail was set to true during the authentication request.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace