198 {
200 {
203 {
205 }
207 global::Interop.SspiCli.SecBuffer*
ptr =
stackalloc global::Interop.SspiCli.SecBuffer[4];
208 global::Interop.SspiCli.SecBufferDesc
secBufferDesc =
new global::Interop.SspiCli.SecBufferDesc(4);
209 secBufferDesc.pBuffers =
ptr;
212 {
213 global::Interop.SspiCli.SecBuffer*
ptr2 =
ptr;
214 ptr2->BufferType = SecurityBufferType.SECBUFFER_STREAM_HEADER;
217 global::Interop.SspiCli.SecBuffer*
ptr4 =
ptr + 1;
218 ptr4->BufferType = SecurityBufferType.SECBUFFER_DATA;
221 global::Interop.SspiCli.SecBuffer*
ptr5 =
ptr + 2;
222 ptr5->BufferType = SecurityBufferType.SECBUFFER_STREAM_TRAILER;
225 global::Interop.SspiCli.SecBuffer*
ptr6 =
ptr + 3;
226 ptr6->BufferType = SecurityBufferType.SECBUFFER_EMPTY;
231 {
233 {
235 }
237 return SecurityStatusAdapterPal.GetSecurityStatusPalFromNativeInt(
num2);
238 }
241 }
242 }
243 }
void CopyTo(KeyValuePair< TKey, TValue >[] array, int index)
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
SecurityStatusPalErrorCode