Apache.Shiro.Subject.SubjectBuilder.Authenticated C# (CSharp) Method

Authenticated() public method

public Authenticated ( bool authenticated ) : SubjectBuilder
authenticated bool
return SubjectBuilder
        public SubjectBuilder Authenticated(bool authenticated)
        {
            _subjectContext.Authenticated = authenticated;

            return this;
        }