SspiContextProvider.GenerateContext メソッド

定義

受信 BLOB を指定して SSPI 送信 BLOB を生成します。

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

パラメーター

incomingBlob
ReadOnlySpan<Byte>

受信 BLOB

outgoingBlobWriter
IBufferWriter<Byte>

送信 BLOB

authParams
SspiAuthenticationParameters

この接続に関連付けられている認証パラメーター。

返品

true コンテキストが生成された場合は、それ以外の場合は false

適用対象