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