Share via


ScheduledJobAuthorizationManager Class

 

Pass-through implementation of IScheduledJobAuthorizationManager with no security checks at all. This is used when executing scheduled jobs in a local environment.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Security.ScheduledJobAuthorizationManager

Syntax

public class ScheduledJobAuthorizationManager : IScheduledJobAuthorizationManager
public ref class ScheduledJobAuthorizationManager : IScheduledJobAuthorizationManager
type ScheduledJobAuthorizationManager = 
    class
        interface IScheduledJobAuthorizationManager
    end
Public Class ScheduledJobAuthorizationManager
    Implements IScheduledJobAuthorizationManager

Constructors

Name Description
System_CAPS_pubmethod ScheduledJobAuthorizationManager()

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsAuthorized(HttpRequestMessage, String)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top