Skip to main content

Class AuthorizationImplicit

Namespace: SuperOffice.WebApi.Authorization
Assembly: SuperOffice.WebApi.Authorization.dll
Represents a default <xref href=“SuperOffice.WebApi.Authorization.IAuthorization” data-throw-if-not-resolved=“false”></xref> type, used for pass-through authentication scenarios. Use NTLM/Negotiate protocol to authorize with windows identity.

Inheritance

objectAuthorizationImplicit

Implements

IAuthorization

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

AuthorizationImplicit()

Properties

RefreshAuthorizationAsync

Try to refresh this <xref href=“SuperOffice.WebApi.Authorization.IAuthorization” data-throw-if-not-resolved=“false”></xref> instance.

Property Value

Func<ReAuthorizationArgs, Task<IAuthorization&gt;&gt;

Methods

GetAuthorization()

Returns an empty tuple. Signifies no authorization header - use NTLM/Negotiate with IIS.

Returns

AuthenticationHeaderValue