TypeKeySecurity library documentation

TypeKeyIdentity.IsAuthenticated Property

Whether the user was authenticated. Caller should also use IsAuthFresh to verify freshness of the authentication.

public bool IsAuthenticated {get;}

Property Value

If the user has creds, returns true.

Implements

IIdentity.IsAuthenticated

Remarks

This method doesn't consider whether the creds are fresh or not.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace | IsAuthFresh