Orc.NuGetExplorer.CredentialProvider.CredentialProvider C# (CSharp) Méthode

CredentialProvider() public méthode

public CredentialProvider ( IAuthenticationProvider authenticationProvider ) : System
authenticationProvider IAuthenticationProvider
Résultat System
        public CredentialProvider(IAuthenticationProvider authenticationProvider)
        {
            Argument.IsNotNull(() => authenticationProvider);

            _authenticationProvider = authenticationProvider;
        }
        #endregion