C# 클래스 Microsoft.Extensions.DependencyInjection.IdServerBuilderExtensions

파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
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