RemoteAuthenticationContext<TRemoteAuthenticationState> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the context during authentication operations.
generic <typename TRemoteAuthenticationState>
where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationContext
public class RemoteAuthenticationContext<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationContext<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationContext(Of TRemoteAuthenticationState)
Type Parameters
- TRemoteAuthenticationState
- Inheritance
-
RemoteAuthenticationContext<TRemoteAuthenticationState>
Constructors
RemoteAuthenticationContext<TRemoteAuthenticationState>() |
Properties
InteractiveRequest |
Gets or sets the interaction request for the current authentication operation. |
State |
Gets or sets the state instance for the current authentication operation. |
Url |
Gets or sets the url for the current authentication operation. |