AuthenticationBuilderExtensionsAddGemstoneAuthenticationT(IServiceCollection) Method

Adds the Gemstone authentication runtime to the services collection.

Definition

Namespace: Gemstone.Security.AuthenticationProviders
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.180 -- Release Build+efa002733e5fdd8ca6ef590a1b20e48d37006b34
public static IServiceCollection AddGemstoneAuthentication<T>(
	this IServiceCollection services
)
where T : class, IAuthenticationSetup

Parameters

services  IServiceCollection
The collection of services

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Gemstone.Security.AuthenticationProviders.AuthenticationBuilderExtensions.AddGemstoneAuthentication``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)"]

Return Value

IServiceCollection
The collection of services.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IServiceCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also