ClrPlus.Powershell.Core.Service.CustomBasicAuthProvider.TryAuthenticate C# (CSharp) Метод

TryAuthenticate() публичный Метод

public TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool
authService IServiceBase
userName string
password string
Результат bool
        public override bool TryAuthenticate(IServiceBase authService, string userName, string password)
        {
            return RestService.TryAuthenticate(authService, userName, password);
        }
CustomBasicAuthProvider