Skip to main content

<a id=“SuperOffice_WebApi_Authorization_AuthorizationImplicit”></a> 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

<a id=“SuperOffice_WebApi_Authorization_AuthorizationImplicit__ctor”></a> AuthorizationImplicit()

Properties

<a id=“SuperOffice_WebApi_Authorization_AuthorizationImplicit_RefreshAuthorizationAsync”></a> 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

<a id=“SuperOffice_WebApi_Authorization_AuthorizationImplicit_GetAuthorization”></a> GetAuthorization()

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

Returns

AuthenticationHeaderValue