Show / Hide Table of Contents

    Method RegisterUnits

    RegisterUnits(IEnumerable<KeyValuePair<String, String>>)

    Registriert die angegebenen Geschäftseinheiten (Units) am Authentication Service.

    Declaration
    [DocfxBrowsable]
    public void RegisterUnits(IEnumerable<KeyValuePair<string, string>> units)
    Parameters
    units IEnumerable<KeyValuePair<String, String>>

    Key = unit id / Value = unit name

    Back to top Generated by DocFX