SspiContextProvider Class

Definition

Provides the ability to customize SSPI context generation.

public ref class SspiContextProvider abstract
public abstract class SspiContextProvider
type SspiContextProvider = class
Public MustInherit Class SspiContextProvider
Inheritance
SspiContextProvider

Constructors

Name Description
SspiContextProvider()

Creates an instance of the SspiContextProvider.

Methods

Name Description
GenerateContext(ReadOnlySpan<Byte>, IBufferWriter<Byte>, SspiAuthenticationParameters)

Generates an SSPI outgoing blob given the incoming blob.

Applies to