AuthenticationFeature.GetService(Type) Method

Definition

Retrieves the service from the module that is associated with the authentication feature, using the specified type information.

protected:
 System::Object ^ GetService(Type ^ type);
protected object GetService (Type type);
member this.GetService : Type -> obj

Parameters

type
Type

The Type of the service.

Returns

The service object of the specified type.

Applies to