IsPasswordProtected
Returns true if password is found in conf.json and is not empty (even if it is not a valid string), otherwise it returns false.
{{#tag:syntaxhighlight| bool isPasswordProtected = Server.IsPasswordProtected(); |lang=csharp}} }}