C# Класс Microsoft.Extensions.DependencyInjection.IdServerBuilderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddCloudscribeCoreEFIdentityServerStorageMSSQL() публичный статический Метод

public static AddCloudscribeCoreEFIdentityServerStorageMSSQL ( this builder, string connectionString ) : IIdentityServerBuilder
builder this
connectionString string
Результат IIdentityServerBuilder

AddCloudscribeCoreEFIdentityServerStorageMySql() публичный статический Метод

public static AddCloudscribeCoreEFIdentityServerStorageMySql ( this builder, string connectionString ) : IIdentityServerBuilder
builder this
connectionString string
Результат IIdentityServerBuilder

AddCloudscribeCoreEFIdentityServerStoragePostgreSql() публичный статический Метод

public static AddCloudscribeCoreEFIdentityServerStoragePostgreSql ( this builder, string connectionString ) : IIdentityServerBuilder
builder this
connectionString string
Результат IIdentityServerBuilder

AddCloudscribeCoreIdentityServerEFStorageMSSQL() публичный статический Метод

public static AddCloudscribeCoreIdentityServerEFStorageMSSQL ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
Результат IServiceCollection

AddCloudscribeCoreIdentityServerEFStorageMySql() публичный статический Метод

public static AddCloudscribeCoreIdentityServerEFStorageMySql ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
Результат IServiceCollection

AddCloudscribeCoreIdentityServerEFStoragePostgreSql() публичный статический Метод

public static AddCloudscribeCoreIdentityServerEFStoragePostgreSql ( this services, string connectionString ) : IServiceCollection
services this
connectionString string
Результат IServiceCollection

AddConfigurationStoreCache() публичный статический Метод

public static AddConfigurationStoreCache ( this builder ) : IIdentityServerBuilder
builder this
Результат IIdentityServerBuilder