Share via


AuthenticationPolicy Class

Definition

A PipelinePolicy for authentication.

public abstract class AuthenticationPolicy : System.ClientModel.Primitives.PipelinePolicy
type AuthenticationPolicy = class
    inherit PipelinePolicy
Public MustInherit Class AuthenticationPolicy
Inherits PipelinePolicy
Inheritance
AuthenticationPolicy
Derived

Constructors

Name Description
AuthenticationPolicy()

Methods

Name Description
Process(PipelineMessage, IReadOnlyList<PipelinePolicy>, Int32)

Process the provided PipelineMessage according to the intended purpose of this PipelinePolicyinstance. Derived types must pass control to the next PipelinePolicy in the pipeline by calling ProcessNext(PipelineMessage, IReadOnlyList<PipelinePolicy>, Int32).

(Inherited from PipelinePolicy)
ProcessAsync(PipelineMessage, IReadOnlyList<PipelinePolicy>, Int32)

Process the provided PipelineMessage according to the intended purpose of this PipelinePolicyinstance. Derived types must pass control to the next PipelinePolicy in the pipeline by calling ProcessNextAsync(PipelineMessage, IReadOnlyList<PipelinePolicy>, Int32).

(Inherited from PipelinePolicy)

Applies to