11 references to Library
System (11)
net\System\Net\_NativeSSPI.cs (11)
224return SafeFreeContextBuffer.EnumeratePackages(Library, out pkgnum, out pkgArray); 228return SafeFreeCredentials.AcquireCredentialsHandle(Library, moduleName, usage, ref authdata, out outCredential); 236return SafeFreeCredentials.AcquireDefaultCredential(Library, moduleName, usage, out outCredential); 240return SafeFreeCredentials.AcquireCredentialsHandle(Library, moduleName, usage, ref authdata, out outCredential); 244return SafeDeleteContext.AcceptSecurityContext(Library, ref credential, ref context, inFlags, endianness, inputBuffer, null, outputBuffer, ref outFlags); 248return SafeDeleteContext.AcceptSecurityContext(Library, ref credential, ref context, inFlags, endianness, null, inputBuffers, outputBuffer, ref outFlags); 252return SafeDeleteContext.InitializeSecurityContext(Library, ref credential, ref context, targetName, inFlags, endianness, inputBuffer, null, outputBuffer, ref outFlags); 256return SafeDeleteContext.InitializeSecurityContext(Library, ref credential, ref context, targetName, inFlags, endianness, null, inputBuffers, outputBuffer, ref outFlags); 398refHandle = SafeFreeContextBuffer.CreateEmptyHandle(Library); 409return SafeFreeContextBuffer.QueryContextAttributes(Library, context, attribute, bufferPtr, refHandle); 422return SafeDeleteContext.CompleteAuthToken(Library, ref refContext, inputBuffers);