rama creada apartir de master en j
This commit is contained in:
+431
@@ -0,0 +1,431 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: adas_core.Authentication.RegistrationExtensions.AuthRegistration
|
||||
commentId: T:adas_core.Authentication.RegistrationExtensions.AuthRegistration
|
||||
id: AuthRegistration
|
||||
parent: adas_core.Authentication.RegistrationExtensions
|
||||
children:
|
||||
- adas_core.Authentication.RegistrationExtensions.AuthRegistration.AddAuth(Microsoft.Extensions.DependencyInjection.IServiceCollection)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AuthRegistration
|
||||
nameWithType: AuthRegistration
|
||||
fullName: adas_core.Authentication.RegistrationExtensions.AuthRegistration
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Authentication/RegistrationExtensions/AuthRegistration.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: AuthRegistration
|
||||
path: ../../adas-core.Authentication/RegistrationExtensions/AuthRegistration.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- adas-core.Authentication
|
||||
namespace: adas_core.Authentication.RegistrationExtensions
|
||||
summary: Provides static functionality related to user authentication registration processes.
|
||||
remarks: This static class serves as a container for registration-related authentication operations.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class AuthRegistration
|
||||
content.vb: Public Module AuthRegistration
|
||||
inheritance:
|
||||
- System.Object
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
- uid: adas_core.Authentication.RegistrationExtensions.AuthRegistration.AddAuth(Microsoft.Extensions.DependencyInjection.IServiceCollection)
|
||||
commentId: M:adas_core.Authentication.RegistrationExtensions.AuthRegistration.AddAuth(Microsoft.Extensions.DependencyInjection.IServiceCollection)
|
||||
id: AddAuth(Microsoft.Extensions.DependencyInjection.IServiceCollection)
|
||||
isExtensionMethod: true
|
||||
parent: adas_core.Authentication.RegistrationExtensions.AuthRegistration
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AddAuth(IServiceCollection)
|
||||
nameWithType: AuthRegistration.AddAuth(IServiceCollection)
|
||||
fullName: adas_core.Authentication.RegistrationExtensions.AuthRegistration.AddAuth(Microsoft.Extensions.DependencyInjection.IServiceCollection)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: adas-core.Authentication/RegistrationExtensions/AuthRegistration.cs
|
||||
branch: document/release/1.0.1
|
||||
repo: https://git.teralevel.io/adas/adas-core.git
|
||||
id: AddAuth
|
||||
path: ../../adas-core.Authentication/RegistrationExtensions/AuthRegistration.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- adas-core.Authentication
|
||||
namespace: adas_core.Authentication.RegistrationExtensions
|
||||
summary: Registers authentication-related services in the dependency injection container, including a singleton <xref href="adas_core.Authentication.Interfaces.IUserService" data-throw-if-not-resolved="false"></xref> and a lazy wrapper for deferred resolution.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void AddAuth(this IServiceCollection serviceCollection)
|
||||
parameters:
|
||||
- id: serviceCollection
|
||||
type: Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
description: The service collection to which the authentication services are added.
|
||||
content.vb: Public Shared Sub AddAuth(serviceCollection As IServiceCollection)
|
||||
overload: adas_core.Authentication.RegistrationExtensions.AuthRegistration.AddAuth*
|
||||
references:
|
||||
- uid: adas_core.Authentication.RegistrationExtensions
|
||||
commentId: N:adas_core.Authentication.RegistrationExtensions
|
||||
href: adas_core.html
|
||||
name: adas_core.Authentication.RegistrationExtensions
|
||||
nameWithType: adas_core.Authentication.RegistrationExtensions
|
||||
fullName: adas_core.Authentication.RegistrationExtensions
|
||||
spec.csharp:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Authentication
|
||||
name: Authentication
|
||||
href: adas_core.Authentication.html
|
||||
- name: .
|
||||
- uid: adas_core.Authentication.RegistrationExtensions
|
||||
name: RegistrationExtensions
|
||||
href: adas_core.Authentication.RegistrationExtensions.html
|
||||
spec.vb:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Authentication
|
||||
name: Authentication
|
||||
href: adas_core.Authentication.html
|
||||
- name: .
|
||||
- uid: adas_core.Authentication.RegistrationExtensions
|
||||
name: RegistrationExtensions
|
||||
href: adas_core.Authentication.RegistrationExtensions.html
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
name: object
|
||||
nameWithType: object
|
||||
fullName: object
|
||||
nameWithType.vb: Object
|
||||
fullName.vb: Object
|
||||
name.vb: Object
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||
name: Equals(object)
|
||||
nameWithType: object.Equals(object)
|
||||
fullName: object.Equals(object)
|
||||
nameWithType.vb: Object.Equals(Object)
|
||||
fullName.vb: Object.Equals(Object)
|
||||
name.vb: Equals(Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
name: Equals(object, object)
|
||||
nameWithType: object.Equals(object, object)
|
||||
fullName: object.Equals(object, object)
|
||||
nameWithType.vb: Object.Equals(Object, Object)
|
||||
fullName.vb: Object.Equals(Object, Object)
|
||||
name.vb: Equals(Object, Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||
name: GetHashCode()
|
||||
nameWithType: object.GetHashCode()
|
||||
fullName: object.GetHashCode()
|
||||
nameWithType.vb: Object.GetHashCode()
|
||||
fullName.vb: Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
name: GetType()
|
||||
nameWithType: object.GetType()
|
||||
fullName: object.GetType()
|
||||
nameWithType.vb: Object.GetType()
|
||||
fullName.vb: Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
||||
name: MemberwiseClone()
|
||||
nameWithType: object.MemberwiseClone()
|
||||
fullName: object.MemberwiseClone()
|
||||
nameWithType.vb: Object.MemberwiseClone()
|
||||
fullName.vb: Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
name: ReferenceEquals(object, object)
|
||||
nameWithType: object.ReferenceEquals(object, object)
|
||||
fullName: object.ReferenceEquals(object, object)
|
||||
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
||||
fullName.vb: Object.ReferenceEquals(Object, Object)
|
||||
name.vb: ReferenceEquals(Object, Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||
name: ToString()
|
||||
nameWithType: object.ToString()
|
||||
fullName: object.ToString()
|
||||
nameWithType.vb: Object.ToString()
|
||||
fullName.vb: Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: adas_core.Authentication.Interfaces.IUserService
|
||||
commentId: T:adas_core.Authentication.Interfaces.IUserService
|
||||
parent: adas_core.Authentication.Interfaces
|
||||
href: adas_core.Authentication.Interfaces.IUserService.html
|
||||
name: IUserService
|
||||
nameWithType: IUserService
|
||||
fullName: adas_core.Authentication.Interfaces.IUserService
|
||||
- uid: adas_core.Authentication.RegistrationExtensions.AuthRegistration.AddAuth*
|
||||
commentId: Overload:adas_core.Authentication.RegistrationExtensions.AuthRegistration.AddAuth
|
||||
href: adas_core.Authentication.RegistrationExtensions.AuthRegistration.html#adas_core_Authentication_RegistrationExtensions_AuthRegistration_AddAuth_Microsoft_Extensions_DependencyInjection_IServiceCollection_
|
||||
name: AddAuth
|
||||
nameWithType: AuthRegistration.AddAuth
|
||||
fullName: adas_core.Authentication.RegistrationExtensions.AuthRegistration.AddAuth
|
||||
- uid: Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
commentId: T:Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
parent: Microsoft.Extensions.DependencyInjection
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection.iservicecollection
|
||||
name: IServiceCollection
|
||||
nameWithType: IServiceCollection
|
||||
fullName: Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
- uid: adas_core.Authentication.Interfaces
|
||||
commentId: N:adas_core.Authentication.Interfaces
|
||||
href: adas_core.html
|
||||
name: adas_core.Authentication.Interfaces
|
||||
nameWithType: adas_core.Authentication.Interfaces
|
||||
fullName: adas_core.Authentication.Interfaces
|
||||
spec.csharp:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Authentication
|
||||
name: Authentication
|
||||
href: adas_core.Authentication.html
|
||||
- name: .
|
||||
- uid: adas_core.Authentication.Interfaces
|
||||
name: Interfaces
|
||||
href: adas_core.Authentication.Interfaces.html
|
||||
spec.vb:
|
||||
- uid: adas_core
|
||||
name: adas_core
|
||||
href: adas_core.html
|
||||
- name: .
|
||||
- uid: adas_core.Authentication
|
||||
name: Authentication
|
||||
href: adas_core.Authentication.html
|
||||
- name: .
|
||||
- uid: adas_core.Authentication.Interfaces
|
||||
name: Interfaces
|
||||
href: adas_core.Authentication.Interfaces.html
|
||||
- uid: Microsoft.Extensions.DependencyInjection
|
||||
commentId: N:Microsoft.Extensions.DependencyInjection
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/microsoft
|
||||
name: Microsoft.Extensions.DependencyInjection
|
||||
nameWithType: Microsoft.Extensions.DependencyInjection
|
||||
fullName: Microsoft.Extensions.DependencyInjection
|
||||
spec.csharp:
|
||||
- uid: Microsoft
|
||||
name: Microsoft
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/microsoft
|
||||
- name: .
|
||||
- uid: Microsoft.Extensions
|
||||
name: Extensions
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
|
||||
- name: .
|
||||
- uid: Microsoft.Extensions.DependencyInjection
|
||||
name: DependencyInjection
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection
|
||||
spec.vb:
|
||||
- uid: Microsoft
|
||||
name: Microsoft
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/microsoft
|
||||
- name: .
|
||||
- uid: Microsoft.Extensions
|
||||
name: Extensions
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
|
||||
- name: .
|
||||
- uid: Microsoft.Extensions.DependencyInjection
|
||||
name: DependencyInjection
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection
|
||||
Reference in New Issue
Block a user