SspiContextProvider.GenerateContext Yöntem

Tanım

Gelen blobu göz önünde bulundurarak bir SSPI giden blobu oluşturur.

protected:
 abstract bool GenerateContext(ReadOnlySpan<System::Byte> incomingBlob, System::Buffers::IBufferWriter<System::Byte> ^ outgoingBlobWriter, Microsoft::Data::SqlClient::SspiAuthenticationParameters ^ authParams);
protected abstract bool GenerateContext(ReadOnlySpan<byte> incomingBlob, System.Buffers.IBufferWriter<byte> outgoingBlobWriter, Microsoft.Data.SqlClient.SspiAuthenticationParameters authParams);
abstract member GenerateContext : ReadOnlySpan<byte> * System.Buffers.IBufferWriter<byte> * Microsoft.Data.SqlClient.SspiAuthenticationParameters -> bool
Protected MustOverride Function GenerateContext (incomingBlob As ReadOnlySpan(Of Byte), outgoingBlobWriter As IBufferWriter(Of Byte), authParams As SspiAuthenticationParameters) As Boolean

Parametreler

incomingBlob
ReadOnlySpan<Byte>

Gelen blob

outgoingBlobWriter
IBufferWriter<Byte>

Giden blob

authParams
SspiAuthenticationParameters

Bu bağlantıyla ilişkili kimlik doğrulama parametreleri.

Döndürülenler

true bağlam oluşturulduysa, aksi takdirde false.

Şunlara uygulanır