PreApplicationStartCode Class
Provides a registration point for pre-application start code for OAuth-based security.
Inheritance Hierarchy
System.Object
Microsoft.Web.WebPages.OAuth.PreApplicationStartCode
Namespace: Microsoft.Web.WebPages.OAuth
Assembly: Microsoft.Web.WebPages.OAuth (in Microsoft.Web.WebPages.OAuth.dll)
Syntax
'Declaration
Public NotInheritable Class PreApplicationStartCode
'Usage
public static class PreApplicationStartCode
public ref class PreApplicationStartCode abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PreApplicationStartCode = class end
public final class PreApplicationStartCode
The PreApplicationStartCode type exposes the following members.
Methods
Name | Description | |
---|---|---|
Start | Registers the OAuth pre-application start code. |
Top
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.