Affecto.IdentityManagement.ApplicationServices.UserService.AddUser C# (CSharp) Метод

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

public AddUser ( string accountName, Affecto.IdentityManagement.Interfaces.Model.AccountType type, string displayName, IEnumerable authenticatedGroups ) : System.Guid
accountName string
type Affecto.IdentityManagement.Interfaces.Model.AccountType
displayName string
authenticatedGroups IEnumerable
Результат System.Guid
        public Guid AddUser(string accountName, AccountType type, string displayName, IEnumerable<string> authenticatedGroups)
        {
            return AddUser(accountName, type, displayName, authenticatedGroups, null);
        }

Same methods

UserService::AddUser ( string accountName, Affecto.IdentityManagement.Interfaces.Model.AccountType type, string displayName, IEnumerable authenticatedGroups, string>.IEnumerable customProperties ) : System.Guid