net\System\Net\_NativeSSPI.cs (14)
62return SafeFreeContextBuffer.EnumeratePackages(Library, out pkgnum, out pkgArray);
66return SafeFreeCredentials.AcquireCredentialsHandle(Library, moduleName, usage, ref authdata, out outCredential);
74return SafeFreeCredentials.AcquireDefaultCredential(Library, moduleName, usage, out outCredential);
78return SafeFreeCredentials.AcquireCredentialsHandle(Library, moduleName, usage, ref authdata, out outCredential);
82return SafeDeleteContext.AcceptSecurityContext(Library, ref credential, ref context, inFlags, endianness, inputBuffer, null, outputBuffer, ref outFlags);
86return SafeDeleteContext.AcceptSecurityContext(Library, ref credential, ref context, inFlags, endianness, null, inputBuffers, outputBuffer, ref outFlags);
90return SafeDeleteContext.InitializeSecurityContext(Library, ref credential, ref context, targetName, inFlags, endianness, inputBuffer, null, outputBuffer, ref outFlags);
94return SafeDeleteContext.InitializeSecurityContext(Library, ref credential, ref context, targetName, inFlags, endianness, null, inputBuffers, outputBuffer, ref outFlags);
163refHandle = SafeFreeContextBufferChannelBinding.CreateEmptyHandle(Library);
167return SafeFreeContextBufferChannelBinding.QueryContextChannelBinding(Library, phContext, attribute, &bindings, refHandle);
175refHandle = SafeFreeContextBuffer.CreateEmptyHandle(Library);
185return SafeFreeContextBuffer.QueryContextAttributes(Library, phContext, attribute, bufferPtr, refHandle);
190return SafeFreeContextBuffer.SetContextAttributes(Library, phContext, attribute, buffer);
203return SafeDeleteContext.ApplyControlToken(Library, ref refContext, inputBuffers);