C# Class Microsoft.Extensions.DependencyInjection.IdServerBuilderExtensions

Afficher le fichier Open project: joeaudette/cloudscribe

Méthodes publiques

Méthode Description
AddCloudscribeCoreEFIdentityServerStorageMSSQL ( this builder, string connectionString ) : IIdentityServerBuilder
AddCloudscribeCoreEFIdentityServerStorageMySql ( this builder, string connectionString ) : IIdentityServerBuilder
AddCloudscribeCoreEFIdentityServerStoragePostgreSql ( this builder, string connectionString ) : IIdentityServerBuilder
AddCloudscribeCoreIdentityServerEFStorageMSSQL ( this services, string connectionString ) : IServiceCollection
AddCloudscribeCoreIdentityServerEFStorageMySql ( this services, string connectionString ) : IServiceCollection
AddCloudscribeCoreIdentityServerEFStoragePostgreSql ( this services, string connectionString ) : IServiceCollection
AddConfigurationStoreCache ( this builder ) : IIdentityServerBuilder

Method Details

AddCloudscribeCoreEFIdentityServerStorageMSSQL() public static méthode

public static AddCloudscribeCoreEFIdentityServerStorageMSSQL ( this builder, string connectionString ) : IIdentityServerBuilder
builder this
connectionString string
Résultat IIdentityServerBuilder

AddCloudscribeCoreEFIdentityServerStorageMySql() public static méthode

public static AddCloudscribeCoreEFIdentityServerStorageMySql ( this builder, string connectionString ) : IIdentityServerBuilder
builder this
connectionString string
Résultat IIdentityServerBuilder

AddCloudscribeCoreEFIdentityServerStoragePostgreSql() public static méthode

public static AddCloudscribeCoreEFIdentityServerStoragePostgreSql ( this builder, string connectionString ) : IIdentityServerBuilder
builder this
connectionString string
Résultat IIdentityServerBuilder

AddCloudscribeCoreIdentityServerEFStorageMSSQL() public static méthode

public static AddCloudscribeCoreIdentityServerEFStorageMSSQL ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
Résultat IServiceCollection

AddCloudscribeCoreIdentityServerEFStorageMySql() public static méthode

public static AddCloudscribeCoreIdentityServerEFStorageMySql ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
Résultat IServiceCollection

AddCloudscribeCoreIdentityServerEFStoragePostgreSql() public static méthode

public static AddCloudscribeCoreIdentityServerEFStoragePostgreSql ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
Résultat IServiceCollection

AddConfigurationStoreCache() public static méthode

public static AddConfigurationStoreCache ( this builder ) : IIdentityServerBuilder
builder this
Résultat IIdentityServerBuilder