Microsoft.Alm.Authentication.VstsMsaAuthentication.VstsMsaAuthentication C# (CSharp) Метод

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

public VstsMsaAuthentication ( VstsTokenScope tokenScope, ICredentialStore personalAccessTokenStore ) : System
tokenScope VstsTokenScope
personalAccessTokenStore ICredentialStore
Результат System
        public VstsMsaAuthentication(VstsTokenScope tokenScope, ICredentialStore personalAccessTokenStore)
            : base(tokenScope, personalAccessTokenStore)
        {
            this.VstsAuthority = new VstsAzureAuthority(DefaultAuthorityHost);
        }

Same methods

VstsMsaAuthentication::VstsMsaAuthentication ( ICredentialStore personalAccessTokenStore, ITokenStore vstsIdeTokenCache, IVstsAuthority liveAuthority ) : System