AuthenticationFeature.GetService(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
The service object of the specified type.